Searched refs:PORTSC_LWS (Results 1 – 2 of 2) sorted by relevance
90 #define PORTSC_LWS BIT(16) macro749 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()
105 #define PORTSC_LWS (1<<16) macro2848 if (val & PORTSC_LWS) { in xhci_port_write()