Searched refs:csc_ioh (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/cardbus/ |
| D | if_athn_cardbus.c | 71 bus_space_handle_t csc_ioh; member 159 &csc->csc_iot, &csc->csc_ioh, &base, &csc->csc_mapsz); in athn_cardbus_attach() 173 csc->csc_ioh, csc->csc_mapsz); in athn_cardbus_attach() 207 Cardbus_mapreg_unmap(ct, ATHN_PCI_MMBA, csc->csc_iot, csc->csc_ioh, in athn_cardbus_detach() 262 return bus_space_read_4(csc->csc_iot, csc->csc_ioh, addr); in athn_cardbus_read() 270 bus_space_write_4(csc->csc_iot, csc->csc_ioh, addr, val); in athn_cardbus_write() 278 bus_space_barrier(csc->csc_iot, csc->csc_ioh, 0, csc->csc_mapsz, in athn_cardbus_write_barrier()
|