Searched refs:UDC_EPSTS_TXEMPTY (Results 1 – 1 of 1) sorted by relevance
74 #define UDC_EPSTS_TXEMPTY (1 << 24) macro2261 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_data_in()2286 !(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY)) in pch_udc_svc_data_in()2362 UDC_EPSTS_TDC | UDC_EPSTS_RCS | UDC_EPSTS_TXEMPTY | in pch_udc_svc_control_in()2381 !(epsts & UDC_EPSTS_TXEMPTY)) in pch_udc_svc_control_in()