Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c93 #define PORTSC_PR (1<<4) macro
2683 port->portsc &= ~PORTSC_PR; in xhci_port_reset()
2838 if (val & PORTSC_PR) { in xhci_port_write()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c72 #define PORTSC_PR BIT(4) macro
2991 if ((portsc & PORTSC_PRC) && (portsc & PORTSC_PR)) { in __tegra_xudc_handle_port_status()
3002 if ((portsc & PORTSC_PRC) && !(portsc & PORTSC_PR)) { in __tegra_xudc_handle_port_status()