Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Duhcireg.h102 #define UHCI_PORTSC_SUSP 0x1000 macro
105 ((x) & (UHCI_PORTSC_SUSP | UHCI_PORTSC_PR | UHCI_PORTSC_RD | UHCI_PORTSC_PE))
Duhci.c3042 UWRITE2(sc, port, x & ~UHCI_PORTSC_SUSP); in uhci_root_ctrl_start()
3134 if (x & UHCI_PORTSC_SUSP) in uhci_root_ctrl_start()
3168 UWRITE2(sc, port, x | UHCI_PORTSC_SUSP); in uhci_root_ctrl_start()