Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c95 #define PORTSC_CEC BIT(23) macro
98 PORTSC_PLC | PORTSC_CEC)
3062 if (portsc & PORTSC_CEC) { in __tegra_xudc_handle_port_status()
3064 clear_port_change(xudc, PORTSC_CEC); in __tegra_xudc_handle_port_status()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c112 #define PORTSC_CEC (1<<23) macro
2863 PORTSC_PRC|PORTSC_PLC|PORTSC_CEC)); in xhci_port_write()