Home
last modified time | relevance | path

Searched refs:UHCI_PORTSC_POEDC (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/usb/
Duhcireg.h103 #define UHCI_PORTSC_POEDC __BIT(3) macro
Duhci.c3532 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()