OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xhci_op_read_4
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
xhci.c
350
xhci_op_read_4
(const struct xhci_softc * const sc, bus_size_t offset)
function in typeref:typename:uint32_t
808
v =
xhci_op_read_4
(sc, port);
834
v =
xhci_op_read_4
(sc, port);
859
xhci_op_read_4
(sc, XHCI_USBCMD) & ~XHCI_CMD_RS);
869
sc->sc_regs.usbcmd =
xhci_op_read_4
(sc, XHCI_USBCMD);
870
sc->sc_regs.dnctrl =
xhci_op_read_4
(sc, XHCI_DNCTRL);
872
sc->sc_regs.config =
xhci_op_read_4
(sc, XHCI_CONFIG);
884
xhci_op_read_4
(sc, XHCI_USBCMD) | XHCI_CMD_CSS);
891
if ((
xhci_op_read_4
(sc, XHCI_USBSTS) & XHCI_STS_SSS) == 0)
909
if (
xhci_op_read_4
(sc, XHCI_USBSTS) & XHCI_STS_SRE)
[
all
...]
xhci.c
350
xhci_op_read_4
(const struct xhci_softc * const sc, bus_size_t offset)
function in typeref:typename:uint32_t
808
v =
xhci_op_read_4
(sc, port);
834
v =
xhci_op_read_4
(sc, port);
859
xhci_op_read_4
(sc, XHCI_USBCMD) & ~XHCI_CMD_RS);
869
sc->sc_regs.usbcmd =
xhci_op_read_4
(sc, XHCI_USBCMD);
870
sc->sc_regs.dnctrl =
xhci_op_read_4
(sc, XHCI_DNCTRL);
872
sc->sc_regs.config =
xhci_op_read_4
(sc, XHCI_CONFIG);
884
xhci_op_read_4
(sc, XHCI_USBCMD) | XHCI_CMD_CSS);
891
if ((
xhci_op_read_4
(sc, XHCI_USBSTS) & XHCI_STS_SSS) == 0)
909
if (
xhci_op_read_4
(sc, XHCI_USBSTS) & XHCI_STS_SRE)
[
all
...]
Completed in 71 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025