Searched refs:sa_type (Results 1 – 21 of 21) sorted by relevance
54 aprint_normal("unknown device 0x%x at %s", sa->sa_type, name); in cmi_print()87 sa.sa_type = NEX_MEM16; in cmi_attach()101 sa.sa_type = NEX_MBA; in cmi_attach()112 sa.sa_type = NEX_UBA0; in cmi_attach()118 sa.sa_type = NEX_UBA1; in cmi_attach()
53 aprint_normal("unknown device 0x%x at %s", sa->sa_type, name); in ubi_print()90 sa.sa_type = NEX_MEM16; in ubi_attach()102 sa.sa_type = NEX_MEM16; in ubi_attach()111 sa.sa_type = NEX_UBA0; in ubi_attach()
66 switch (sa->sa_type) { in sbi_print()78 sa->sa_type, name); in sbi_print()80 sa->sa_type, name); in sbi_print()124 sa.sa_type = tmp & 255; in sbi_mainbus_attach()176 sa.sa_type = tmp & 255; in sbi_abus_attach()
74 return getsort(sa->sa_type); in mem_sbi_match()180 sc->sc_memtype = getsort(sa->sa_type); in mem_sbi_attach()181 sc->sc_memnr = sa->sa_type; in mem_sbi_attach()
131 if (sa->sa_type != NEX_MEM16) in ka730_memmatch()
142 if (sa->sa_type != NEX_MEM16) in ka750_memmatch()
116 if ((sa->sa_type & ~3) != NEX_UBA0) in dw750_match()142 sc->uv_sc.uh_nr = sa->sa_type == NEX_UBA1; in dw750_attach()151 uba_attach(&sc->uv_sc, UIOPAGE(sa->sa_type == NEX_UBA1)); in dw750_attach()
118 if ((sa->sa_type & ~3) != NEX_UBA0) in dw730_match()143 sc->uv_sc.uh_nr = sa->sa_type == NEX_UBA1; in dw730_attach()
158 if ((sa->sa_type & ~3) != NEX_UBA0) in dw780_match()169 int ubaddr = sa->sa_type & 3; in dw780_attach()
50 enum sbscd_device_type sa_type; member
51 enum sbobio_device_type sa_type; member
135 sbscd_device_type_name(sap->sa_locs.sa_type), pnp); in sbscd_print()
66 if (sap->sa_locs.sa_type != SBOBIO_DEVTYPE_GBUS) in sbgbus_match()
89 if (sa->sa_locs.sa_type != SBSCD_DEVTYPE_WDOG) in sbwdog_match()
259 sbobio_device_type_name(sap->sa_locs.sa_type), pnp); in sbobio_print()
81 if (sap->sa_locs.sa_type != SBSCD_DEVTYPE_TIMER) in sbtimer_match()
254 if (sa->sa_locs.sa_type != SBSCD_DEVTYPE_JTAGCONS) in sbjcn_match()
2120 if (sa->sa_locs.sa_type != SBOBIO_DEVTYPE_MAC) in sbmac_match()
275 if (sa->sa_locs.sa_type != SBOBIO_DEVTYPE_DUART) in sbscn_match()
107 int sa_type; /* This nexus type */ member
107 if (sa->sa_type == NEX_MBA) in mbamatch()