/src/sys/dev/pci/ |
auacer.c | 106 bus_space_handle_t aud_ioh; member in struct:auacer_softc 131 #define READ1(sc, a) bus_space_read_1(sc->iot, sc->aud_ioh, a) 132 #define READ2(sc, a) bus_space_read_2(sc->iot, sc->aud_ioh, a) 133 #define READ4(sc, a) bus_space_read_4(sc->iot, sc->aud_ioh, a) 134 #define WRITE1(sc, a, v) bus_space_write_1(sc->iot, sc->aud_ioh, a, v) 135 #define WRITE2(sc, a, v) bus_space_write_2(sc->iot, sc->aud_ioh, a, v) 136 #define WRITE4(sc, a, v) bus_space_write_4(sc->iot, sc->aud_ioh, a, v) 259 &sc->aud_ioh, NULL, &aud_size)) {
|
auacer.c | 106 bus_space_handle_t aud_ioh; member in struct:auacer_softc 131 #define READ1(sc, a) bus_space_read_1(sc->iot, sc->aud_ioh, a) 132 #define READ2(sc, a) bus_space_read_2(sc->iot, sc->aud_ioh, a) 133 #define READ4(sc, a) bus_space_read_4(sc->iot, sc->aud_ioh, a) 134 #define WRITE1(sc, a, v) bus_space_write_1(sc->iot, sc->aud_ioh, a, v) 135 #define WRITE2(sc, a, v) bus_space_write_2(sc->iot, sc->aud_ioh, a, v) 136 #define WRITE4(sc, a, v) bus_space_write_4(sc->iot, sc->aud_ioh, a, v) 259 &sc->aud_ioh, NULL, &aud_size)) {
|
auich.c | 174 bus_space_handle_t aud_ioh; member in struct:auich_softc 506 &sc->iot, &sc->aud_ioh, NULL, &sc->aud_size)) { 526 &sc->iot, &sc->aud_ioh, NULL, &sc->aud_size)) { 573 bus_space_write_4(sc->iot, sc->aud_ioh, ICH_SIS_NV_CTL, 574 bus_space_read_4(sc->iot, sc->aud_ioh, ICH_SIS_NV_CTL) | 731 bus_space_unmap(sc->iot, sc->aud_ioh, sc->aud_size); 787 bus_space_read_1(sc->iot, sc->aud_ioh, 808 status = bus_space_read_4(sc->iot, sc->aud_ioh, 811 bus_space_write_4(sc->iot, sc->aud_ioh, 843 bus_space_read_1(sc->iot, sc->aud_ioh, [all...] |
auich.c | 174 bus_space_handle_t aud_ioh; member in struct:auich_softc 506 &sc->iot, &sc->aud_ioh, NULL, &sc->aud_size)) { 526 &sc->iot, &sc->aud_ioh, NULL, &sc->aud_size)) { 573 bus_space_write_4(sc->iot, sc->aud_ioh, ICH_SIS_NV_CTL, 574 bus_space_read_4(sc->iot, sc->aud_ioh, ICH_SIS_NV_CTL) | 731 bus_space_unmap(sc->iot, sc->aud_ioh, sc->aud_size); 787 bus_space_read_1(sc->iot, sc->aud_ioh, 808 status = bus_space_read_4(sc->iot, sc->aud_ioh, 811 bus_space_write_4(sc->iot, sc->aud_ioh, 843 bus_space_read_1(sc->iot, sc->aud_ioh, [all...] |