Searched refs:sc_io_hdl (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.h | 337 bus_space_handle_t sc_io_hdl; member 367 #define EREAD1(sc, a) bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (a)) 368 #define EREAD2(sc, a) bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a)) 369 #define EREAD4(sc, a) bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (a)) 371 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x)) 373 bus_space_write_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x)) 375 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (a), (x)) 377 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a)) 379 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a)) 381 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a)) [all …]
|
D | xhcireg.h | 208 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 211 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 214 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 217 bus_space_write_1((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 220 bus_space_write_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \ 223 bus_space_write_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \
|
D | ehci_pci.c | 122 sc->sc_io_hdl = (bus_space_handle_t)sc->sc_io_res; in ehci_pci_attach() 206 sc->sc_io_hdl = (uintptr_t)NULL; in ehci_pci_detach()
|
D | xhci_pci.c | 107 sc->sc_io_hdl = (uintptr_t)sc->sc_io_res; in xhci_pci_attach() 187 sc->sc_io_hdl = (uintptr_t)NULL; in xhci_pci_detach()
|
D | xhci.h | 486 bus_space_handle_t sc_io_hdl; member
|