Lines Matching defs:epsts
282 * @epsts: Endpoint status
296 unsigned long epsts;
2068 (int)(ep->epsts));
2117 (int)(ep->epsts));
2156 u32 epsts;
2160 epsts = ep->epsts;
2161 ep->epsts = 0;
2163 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE |
2167 if ((epsts & UDC_EPSTS_BNA))
2169 if (epsts & UDC_EPSTS_HE)
2171 if (epsts & UDC_EPSTS_RSS) {
2176 if (epsts & UDC_EPSTS_RCS) {
2185 if (epsts & UDC_EPSTS_TDC)
2188 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_RSS) &&
2189 !(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY))
2200 u32 epsts;
2205 epsts = ep->epsts;
2206 ep->epsts = 0;
2208 if ((epsts & UDC_EPSTS_BNA) && (!list_empty(&ep->queue))) {
2219 if (epsts & UDC_EPSTS_HE)
2221 if (epsts & UDC_EPSTS_RSS) {
2226 if (epsts & UDC_EPSTS_RCS) {
2235 if (((epsts & UDC_EPSTS_OUT_MASK) >> UDC_EPSTS_OUT_SHIFT) ==
2270 u32 epsts;
2276 epsts = ep->epsts;
2277 ep->epsts = 0;
2279 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE |
2283 if ((epsts & UDC_EPSTS_BNA))
2285 if (epsts & UDC_EPSTS_HE)
2287 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) {
2298 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) &&
2299 !(epsts & UDC_EPSTS_TXEMPTY))
2317 stat = ep->epsts;
2318 ep->epsts = 0;
2373 ep->epsts = stat;
2411 ep->epsts = pch_udc_read_ep_status(ep);
2412 pch_udc_clear_ep_status(ep, ep->epsts);
2417 ep->epsts = pch_udc_read_ep_status(ep);
2418 pch_udc_clear_ep_status(ep, ep->epsts);