Home
last modified time | relevance | path

Searched refs:sc_io_hdl (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h336 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 …]
Dxhcireg.h211 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, \
Dehci_pci.c120 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()
Dxhci_pci.c106 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()
Dxhci.h485 bus_space_handle_t sc_io_hdl; member