Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c118 #define PORTSC_WPR (1<<31) macro
2834 if (val & PORTSC_WPR) { in xhci_port_write()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c96 #define PORTSC_WPR BIT(30) macro
3014 if (!(xudc_readl(xudc, PORTSC) & PORTSC_WPR)) in __tegra_xudc_handle_port_status()