ba1h 119 dev/pci/cs4280.c bus_space_handle_t ba1h; ba1h 167 dev/pci/cs4280.c #define BA1READ4(sc, r) bus_space_read_4((sc)->ba1t, (sc)->ba1h, (r)) ba1h 168 dev/pci/cs4280.c #define BA1WRITE4(sc, r, x) bus_space_write_4((sc)->ba1t, (sc)->ba1h, (r), (x)) ba1h 617 dev/pci/cs4280.c &sc->ba1t, &sc->ba1h, NULL, NULL, 0)) { ba1h 856 dev/pci/cs4280.c c0 = bus_space_read_1(sc->ba1t, sc->ba1h, offset+ctr*4+0); ba1h 857 dev/pci/cs4280.c c1 = bus_space_read_1(sc->ba1t, sc->ba1h, offset+ctr*4+1); ba1h 858 dev/pci/cs4280.c c2 = bus_space_read_1(sc->ba1t, sc->ba1h, offset+ctr*4+2); ba1h 859 dev/pci/cs4280.c c3 = bus_space_read_1(sc->ba1t, sc->ba1h, offset+ctr*4+3); ba1h 95 dev/pci/cs4281.c bus_space_handle_t ba1h; ba1h 309 dev/pci/cs4281.c &sc->ba1h, NULL, NULL, 0)) {