Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c92 #define PORTSC_WRC BIT(19) macro
97 #define PORTSC_CHANGE_MASK (PORTSC_CSC | PORTSC_WRC | PORTSC_PRC | \
3011 if (portsc & PORTSC_WRC) { in __tegra_xudc_handle_port_status()
3013 clear_port_change(xudc, PORTSC_WRC | PORTSC_PED); in __tegra_xudc_handle_port_status()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c108 #define PORTSC_WRC (1<<19) macro
2679 port->portsc |= PORTSC_WRC; in xhci_port_reset()
2862 portsc &= ~(val & (PORTSC_CSC|PORTSC_PEC|PORTSC_WRC|PORTSC_OCC| in xhci_port_write()