Searched refs:sc_sz (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_iwivar.h111 bus_size_t sc_sz; member in struct:iwi_softc
H A Dif_ipwvar.h92 bus_size_t sc_sz; member in struct:ipw_softc
H A Dif_wpivar.h162 bus_size_t sc_sz; member in struct:wpi_softc
H A Dif_iwnvar.h262 bus_size_t sc_sz; member in struct:iwn_softc
H A Dif_wpireg.h835 bus_space_barrier((sc)->sc_st, (sc)->sc_sh, 0, (sc)->sc_sz, \
839 bus_space_barrier((sc)->sc_st, (sc)->sc_sh, 0, (sc)->sc_sz, \
H A Dif_iwmvar.h503 bus_size_t sc_sz; member in struct:iwm_softc
H A Dif_iwxvar.h654 bus_size_t sc_sz; member in struct:iwx_softc
H A Dif_iwnreg.h2110 bus_space_barrier((sc)->sc_st, (sc)->sc_sh, 0, (sc)->sc_sz, \
2114 bus_space_barrier((sc)->sc_st, (sc)->sc_sh, 0, (sc)->sc_sz, \
H A Dif_iwmreg.h6837 bus_space_barrier((sc)->sc_st, (sc)->sc_sh, 0, (sc)->sc_sz, \
6841 bus_space_barrier((sc)->sc_st, (sc)->sc_sh, 0, (sc)->sc_sz, \
H A Dif_iwxreg.h7904 bus_space_barrier((sc)->sc_st, (sc)->sc_sh, 0, (sc)->sc_sz, \
7908 bus_space_barrier((sc)->sc_st, (sc)->sc_sh, 0, (sc)->sc_sz, \
H A Dif_wpi.c205 &sc->sc_sh, NULL, &sc->sc_sz, 0);
376 bus_space_unmap(sc->sc_st, sc->sc_sh, sc->sc_sz);
H A Dif_ipw.c178 PCI_MAPREG_MEM_TYPE_32BIT, 0, &memt, &memh, &base, &sc->sc_sz, 0);
H A Dif_iwi.c177 PCI_MAPREG_MEM_TYPE_32BIT, 0, &memt, &memh, NULL, &sc->sc_sz, 0);
H A Dif_iwn.c371 &sc->sc_sh, NULL, &sc->sc_sz, 0);
769 bus_space_unmap(sc->sc_st, sc->sc_sh, sc->sc_sz);
H A Dif_iwx.c10966 &sc->sc_st, &sc->sc_sh, NULL, &sc->sc_sz, 0);
H A Dif_iwm.c11692 &sc->sc_st, &sc->sc_sh, NULL, &sc->sc_sz, 0);

Completed in 334 milliseconds