| /src/sys/dev/eisa/ |
| if_ep_eisa.c | 238 bus_space_handle_t ioh, ioh_cfg; local in function:ep_eisa_attach 248 EP_EISA_CFG_SIZE, 0, &ioh_cfg)) { 262 bus_space_write_1(iot, ioh_cfg, EP_EISA_CFG_CONTROL, EISA_ENABLE); 266 irq = bus_space_read_2(iot, ioh_cfg, EP_EISA_CFG_RESOURCE) >> 12; 276 bus_space_unmap(iot, ioh_cfg, EP_EISA_CFG_SIZE);
|
| /src/sys/arch/zaurus/dev/ |
| w100var.h | 24 bus_space_handle_t ioh_cfg; /* config */ member in struct:w100_softc
|
| w100.c | 142 bus_space_handle_t ioh_cfg, ioh_reg, ioh_vram; local in function:w100_attach_subr 153 &ioh_cfg); 179 sc->ioh_cfg = ioh_cfg;
|