Searched refs:epsts (Results 1 – 1 of 1) sorted by relevance
295 unsigned long epsts; member2067 (int)(ep->epsts)); in pch_udc_complete_transfer()2116 (int)(ep->epsts)); in pch_udc_complete_receiver()2155 u32 epsts; in pch_udc_svc_data_in() local2159 epsts = ep->epsts; in pch_udc_svc_data_in()2160 ep->epsts = 0; in pch_udc_svc_data_in()2162 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE | in pch_udc_svc_data_in()2166 if ((epsts & UDC_EPSTS_BNA)) in pch_udc_svc_data_in()2168 if (epsts & UDC_EPSTS_HE) in pch_udc_svc_data_in()2170 if (epsts & UDC_EPSTS_RSS) { in pch_udc_svc_data_in()[all …]