Searched refs:sc_io_hdl (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.h | 336 bus_space_handle_t sc_io_hdl; member 368 #define EREAD1(sc, a) bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (a)) 369 #define EREAD2(sc, a) bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a)) 370 #define EREAD4(sc, a) bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (a)) 372 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x)) 374 bus_space_write_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x)) 376 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x)) 378 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a)) 380 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a)) 382 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a)) [all …]
|
D | xhcireg.h | 211 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 214 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 217 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 220 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 223 bus_space_write_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 226 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \
|
D | ehci_pci.c | 120 sc->sc_io_hdl = (bus_space_handle_t)sc->sc_io_res; in ehci_pci_attach() 204 sc->sc_io_hdl = (uintptr_t)NULL; in ehci_pci_detach()
|
D | xhci_pci.c | 106 sc->sc_io_hdl = (uintptr_t)sc->sc_io_res; in xhci_pci_attach() 186 sc->sc_io_hdl = (uintptr_t)NULL; in xhci_pci_detach()
|
D | xhci.h | 485 bus_space_handle_t sc_io_hdl; member
|