Searched refs:PS_PED (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h158 #define PS_PED (1 << 1) macro
H A Dxhci.cpp2340 if (portStatus & PS_PED)
2388 if ((portStatus & PS_PED) == 0 || (portStatus & PS_PR)
2428 if ((portStatus & PS_PED) == 0)
2435 WriteOpReg(portRegister, portStatus | PS_PED);

Completed in 43 milliseconds