/src/sys/arch/sun3/sun3/ |
vme.c | 59 int bustype; member in struct:__anond9d58cd10108 121 if (ca->ca_bustype != vme_info[unit].bustype) 166 int bustype, pmtype; local in function:vme_bus_map 168 bustype = sc->sc_bustype; 170 pa &= vme_info[bustype].mask; 171 pa |= vme_info[bustype].base; 172 pmtype = vme_info[bustype].pmtype; 184 int bustype, pmtype; local in function:vme_bus_mmap 186 bustype = sc->sc_bustype; 188 pa &= vme_info[bustype].mask [all...] |
/src/sys/arch/sun3/sun3x/ |
vme.c | 59 int bustype; member in struct:__anon62ec58690108 121 if (ca->ca_bustype != vme_info[unit].bustype) 166 int bustype, pmtype; local in function:vme_bus_map 168 bustype = sc->sc_bustype; 170 pa &= vme_info[bustype].mask; 171 pa |= vme_info[bustype].base; 172 pmtype = vme_info[bustype].pmtype; 184 int bustype, pmtype; local in function:vme_bus_mmap 186 bustype = sc->sc_bustype; 188 pa &= vme_info[bustype].mask [all...] |
/src/sys/arch/ews4800mips/ews4800mips/ |
tr2a_intr.c | 64 enum bustype { enum 73 enum bustype bustype; member in struct:tr2a_intr_handler 140 if (ih->bustype == ASOBUS) 160 if (ih->bustype == ASOBUS)
|
/src/sys/dev/ic/ |
elink3var.h | 90 u_char bustype; /* parent bus type */ member in struct:ep_softc
|
cy.c | 92 int bustype = sc->sc_bustype; local in function:cy_find 95 bus_space_write_1(tag, bsh, CY16_RESET << bustype, 0); 97 bus_space_write_1(tag, bsh, CY_CLEAR_INTR << bustype, 0); 105 cy_chip++, chip += (CY_CD1400_MEMSPACING << bustype)) { 113 chip -= (CY32_ADDR_FIX << bustype); 122 ((CD1400_CCR << 1) << bustype)) != 0) { 130 ((CD1400_GFRCR << 1) << bustype), 0); 140 ((CD1400_GFRCR << 1) << bustype)) == 0) 145 ((CD1400_CCR << 1) << bustype), 152 ((CD1400_GFRCR << 1) << bustype)); [all...] |
/src/sys/dev/cardbus/ |
rbus_ppb.c | 524 const char *bustype; local in function:rbus_do_phys_allocate 552 bustype = "io"; 555 bustype = "mem"; 571 bustype,
|
/src/sys/arch/sun3/dev/ |
xdvar.h | 141 int bustype; /* from attach args */ member in struct:xdc_softc
|
xyvar.h | 144 int bustype; /* from attach args */ member in struct:xyc_softc
|
/src/sys/arch/hp300/include/ |
bus.h | 94 u_int bustype; member in struct:bus_space_tag
|
/src/sys/arch/prep/prep/ |
residual.c | 1187 static struct bustype { struct in function:bustype_subr
|
/src/sys/dev/i2o/ |
i2o.h | 236 u_int8_t bustype; member in struct:i2o_hrt_entry 456 u_int8_t bustype; member in struct:i2o_param_hba_ctlr_info
|