Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c93 #define PORTSC_PRC BIT(21) macro
97 #define PORTSC_CHANGE_MASK (PORTSC_CSC | PORTSC_WRC | PORTSC_PRC | \
2991 if ((portsc & PORTSC_PRC) && (portsc & PORTSC_PR)) { in __tegra_xudc_handle_port_status()
2993 clear_port_change(xudc, PORTSC_PRC | PORTSC_PED); in __tegra_xudc_handle_port_status()
3002 if ((portsc & PORTSC_PRC) && !(portsc & PORTSC_PR)) { in __tegra_xudc_handle_port_status()
3004 clear_port_change(xudc, PORTSC_PRC | PORTSC_PED); in __tegra_xudc_handle_port_status()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c110 #define PORTSC_PRC (1<<21) macro
2684 xhci_port_notify(port, PORTSC_PRC); in xhci_port_reset()
2847 PORTSC_PRC|PORTSC_PLC|PORTSC_CEC)); in xhci_port_write()