Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c111 #define PORTSC_PLC (1<<22) macro
2847 PORTSC_PRC|PORTSC_PLC|PORTSC_CEC)); in xhci_port_write()
2857 notify = PORTSC_PLC; in xhci_port_write()
3233 xhci_port_notify(port, PORTSC_PLC); in xhci_wakeup()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c94 #define PORTSC_PLC BIT(22) macro
98 PORTSC_PLC | PORTSC_CEC)
3035 if (portsc & PORTSC_PLC) { in __tegra_xudc_handle_port_status()
3039 clear_port_change(xudc, PORTSC_PLC); in __tegra_xudc_handle_port_status()