Searched refs:ccs_iosz (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | envyvar.h | 73 bus_size_t ccs_iosz; member
|
H A D | envy.c | 1012 bus_space_barrier(sc->ccs_iot, sc->ccs_ioh, 0, sc->ccs_iosz, in envy_ccs_read() 1021 bus_space_barrier(sc->ccs_iot, sc->ccs_ioh, 0, sc->ccs_iosz, in envy_ccs_write() 1713 sc->ccs_iosz = 0; in envyattach() 1718 &sc->ccs_iot, &sc->ccs_ioh, NULL, &sc->ccs_iosz, 0)) { in envyattach() 1720 sc->ccs_iosz = 0; in envyattach() 1771 if (sc->ccs_iosz) { in envydetach() 1772 bus_space_unmap(sc->ccs_iot, sc->ccs_ioh, sc->ccs_iosz); in envydetach()
|