Searched refs:PORTSC_CSC (Results 1 – 2 of 2) sorted by relevance
67 #define PORTSC_CSC BIT(1) macro85 (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
92 #define PORTSC_CSC BIT(17) macro98 #define PORTSC_CHANGE_MASK (PORTSC_CSC | PORTSC_WRC | PORTSC_PRC | \3021 if (portsc & PORTSC_CSC) { in __tegra_xudc_handle_port_status()3023 clear_port_change(xudc, PORTSC_CSC); in __tegra_xudc_handle_port_status()
Completed in 17 milliseconds