Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c90 #define PORTSC_LWS BIT(16) macro
749 val |= PORTSC_LWS | PORTSC_PLS(PORTSC_PLS_U0); in tegra_xudc_device_mode_off()
1986 val |= PORTSC_LWS | PORTSC_PLS(PORTSC_PLS_U0); in tegra_xudc_resume_device_state()
3451 val |= PORTSC_LWS | PORTSC_PLS(PORTSC_PLS_RXDETECT); in tegra_xudc_device_params_init()
3462 val |= PORTSC_LWS | PORTSC_PLS(PORTSC_PLS_RXDETECT); in tegra_xudc_device_params_init()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c105 #define PORTSC_LWS (1<<16) macro
2848 if (val & PORTSC_LWS) { in xhci_port_write()