Searched refs:sc_mapsize (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dif_atw_cardbus.c99 bus_size_t sc_mapsize; /* the size of mapped bus space member in struct:atw_cardbus_softc
211 &csc->sc_mapsize) == 0) {
214 device_xname(self), csc->sc_mapsize);
221 &csc->sc_mapsize) == 0) {
224 device_xname(self), csc->sc_mapsize);
305 sc->sc_st, sc->sc_sh, csc->sc_mapsize);
H A Dif_ath_cardbus.c93 bus_size_t sc_mapsize; /* the size of mapped bus space region */ member in struct:ath_cardbus_softc
174 &csc->sc_iot, &csc->sc_ioh, &adr, &csc->sc_mapsize) == 0) {
234 csc->sc_mapsize);
H A Dif_ral_cardbus.c90 bus_size_t sc_mapsize; member in struct:ral_cardbus_softc
158 &csc->sc_mapsize);
194 csc->sc_mapsize);
H A Dif_ex_cardbus.c104 bus_size_t sc_mapsize; /* the size of mapped bus space region */ member in struct:ex_cardbus_softc
240 &sc->sc_iot, &sc->sc_ioh, &adr, &csc->sc_mapsize) == 0) {
329 sc->sc_ioh, csc->sc_mapsize);
H A Dif_tlp_cardbus.c100 bus_size_t sc_mapsize; /* the size of mapped bus space member in struct:tulip_cardbus_softc
306 &csc->sc_mapsize) == 0) {
312 &csc->sc_mapsize) == 0) {
468 sc->sc_st, sc->sc_sh, csc->sc_mapsize);
H A Dif_rtw_cardbus.c119 bus_size_t sc_mapsize; /* size of the mapped bus space member in struct:rtw_cardbus_softc
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_ral_pci.c86 bus_size_t sc_mapsize; member in struct:ral_pci_softc
148 &psc->sc_mapsize);
H A Dif_tlp_pci.c86 bus_size_t sc_mapsize; member in struct:tulip_pci_softc
542 psc->sc_mapsize = memsize;
550 psc->sc_mapsize = iosize;
1046 psc->sc_mapsize = 0;
1066 if (psc->sc_mapsize) {
1067 bus_space_unmap(sc->sc_st, sc->sc_sh, psc->sc_mapsize);
1068 psc->sc_mapsize = 0;

Completed in 180 milliseconds