Searched refs:UHCI_PORTSC_POEDC (Results 1 – 2 of 2) sorted by relevance
103 #define UHCI_PORTSC_POEDC __BIT(3) macro
3532 if (x & (UHCI_PORTSC_POEDC | UHCI_PORTSC_CSC)) { in uhci_portreset()3540 (x & (UHCI_PORTSC_POEDC | UHCI_PORTSC_CSC))); in uhci_portreset()3644 UWRITE2(sc, port, x | UHCI_PORTSC_POEDC); in uhci_roothub_ctrl()3715 if (x & UHCI_PORTSC_POEDC) in uhci_roothub_ctrl()