Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/controller/
HDuhcireg.h80 #define UHCI_PORTSC_CSC 0x0002 macro
HDuhci.c2387 if (x & (UHCI_PORTSC_POEDC | UHCI_PORTSC_CSC)) { in uhci_portreset()
2395 (x & (UHCI_PORTSC_POEDC | UHCI_PORTSC_CSC))); in uhci_portreset()
2579 UWRITE2(sc, port, x | UHCI_PORTSC_CSC); in uhci_roothub_exec()
2644 if (x & UHCI_PORTSC_CSC) in uhci_roothub_exec()
2750 if (UREAD2(sc, UHCI_PORTSC1) & (UHCI_PORTSC_CSC | in uhci_root_intr()
2754 if (UREAD2(sc, UHCI_PORTSC2) & (UHCI_PORTSC_CSC | in uhci_root_intr()