Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dbits.h68 #define PORTSC_PEC BIT(3) macro
85 (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c107 #define PORTSC_PEC (1<<18) macro
2846 portsc &= ~(val & (PORTSC_CSC|PORTSC_PEC|PORTSC_WRC|PORTSC_OCC| in xhci_port_write()