| /src/sys/arch/sun3/sun3x/ |
| bus_subr.c | 84 bus_tmapin(int bustype, int pa) 89 if ((bustype < 0) || (bustype >= BUS__NTYPES)) 90 panic("bus_tmapin: bustype"); 95 pa &= bus_info[bustype].mask; 96 pa |= bus_info[bustype].base; 133 bus_mapin(int bustype, int pa, int sz) 138 if ((bustype < 0) || (bustype >= BUS__NTYPES)) 139 panic("bus_mapin: bustype"); [all...] |
| vme.c | 59 int bustype; member in struct:__anon2139 121 if (ca->ca_bustype != vme_info[unit].bustype) 166 int bustype, pmtype; local 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 186 bustype = sc->sc_bustype; 188 pa &= vme_info[bustype].mask [all...] |
| dvma.c | 137 dvma_kvtopa(void *kva, int bustype) 145 switch (bustype) {
|
| /src/sys/arch/sun3/sun3/ |
| bus_subr.c | 88 bus_tmapin(int bustype, int pa) 93 if ((bustype < 0) || (bustype >= BUS__NTYPES)) 94 panic("bus_tmapin: bustype"); 99 pa &= bus_info[bustype].mask; 100 pa |= bus_info[bustype].base; 103 pte |= (bus_info[bustype].type << PG_MOD_SHIFT); 133 bus_mapin(int bustype, int pa, int sz) 138 if ((bustype < 0) || (bustype >= BUS__NTYPES) [all...] |
| vme.c | 59 int bustype; member in struct:__anon2133 121 if (ca->ca_bustype != vme_info[unit].bustype) 166 int bustype, pmtype; local 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 186 bustype = sc->sc_bustype; 188 pa &= vme_info[bustype].mask [all...] |
| autoconf.c | 300 bus_peek(int bustype, int pa, int sz) 305 va = bus_tmapin(bustype, pa);
|
| dvma.c | 149 dvma_kvtopa(void *kva, int bustype) 157 switch (bustype) {
|
| /src/sys/arch/hp300/hp300/ |
| bus_space.c | 58 if (t->bustype == HP300_BUS_SPACE_INTIO) { 67 if (t->bustype != HP300_BUS_SPACE_DIO && 68 t->bustype != HP300_BUS_SPACE_SGC) 126 if (t->bustype == HP300_BUS_SPACE_INTIO) { 134 if (t->bustype != HP300_BUS_SPACE_DIO && 135 t->bustype != HP300_BUS_SPACE_SGC)
|
| autoconf.c | 821 bst->bustype = HP300_BUS_SPACE_INTIO; 909 sgc_bst->bustype = HP300_BUS_SPACE_SGC; 966 bst->bustype = HP300_BUS_SPACE_DIO; 995 dio_bst->bustype = HP300_BUS_SPACE_DIO; 1008 sgc_bst->bustype = HP300_BUS_SPACE_SGC;
|
| /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/arch/alpha/jensenio/ |
| jensenio_dma.c | 147 jensenio_dma_get_tag(bus_dma_tag_t t, alpha_bus_t bustype) 151 switch (bustype) {
|
| /src/sys/arch/alpha/pci/ |
| irongate_dma.c | 146 irongate_dma_get_tag(bus_dma_tag_t t, alpha_bus_t bustype) 150 switch (bustype) {
|
| apecs_dma.c | 190 apecs_dma_get_tag(bus_dma_tag_t t, alpha_bus_t bustype) 194 switch (bustype) {
|
| dwlpx_dma.c | 246 dwlpx_dma_get_tag(bus_dma_tag_t t, alpha_bus_t bustype) 250 switch (bustype) {
|
| lca_dma.c | 195 lca_dma_get_tag(bus_dma_tag_t t, alpha_bus_t bustype) 199 switch (bustype) {
|
| ttwoga_dma.c | 240 ttwoga_dma_get_tag(bus_dma_tag_t t, alpha_bus_t bustype) 244 switch (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/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 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/arch/hp300/dev/ |
| sgc.c | 109 bst->bustype = HP300_BUS_SPACE_SGC;
|
| intio.c | 141 bst->bustype = HP300_BUS_SPACE_INTIO;
|
| /src/sys/dev/isapnp/ |
| if_ep_isapnp.c | 103 sc->bustype = ELINK_BUS_ISA;
|
| /src/sys/dev/cardbus/ |
| rbus_ppb.c | 524 const char *bustype; local 552 bustype = "io"; 555 bustype = "mem"; 571 bustype,
|
| /src/sys/dev/mca/ |
| if_ep_mca.c | 211 sc->bustype = ELINK_BUS_MCA;
|