OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XHCI_PS_PED
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
xhcireg.h
193
#define
XHCI_PS_PED
__BIT(1) /* RW - port enabled / disabled */
xhci.c
809
if (((v &
XHCI_PS_PED
) == 0) ||
4152
xhci_op_write_4(sc, port, v & ~
XHCI_PS_PED
);
4234
if (v &
XHCI_PS_PED
) i |= UPS_PORT_ENABLED;
4287
xhci_op_write_4(sc, port, v |
XHCI_PS_PED
);
Completed in 16 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025