Lines Matching defs:epsts
283 * @epsts: Endpoint status
297 unsigned long epsts;
2173 (int)(ep->epsts));
2222 (int)(ep->epsts));
2261 u32 epsts;
2265 epsts = ep->epsts;
2266 ep->epsts = 0;
2268 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE |
2272 if ((epsts & UDC_EPSTS_BNA))
2274 if (epsts & UDC_EPSTS_HE)
2276 if (epsts & UDC_EPSTS_RSS) {
2281 if (epsts & UDC_EPSTS_RCS) {
2290 if (epsts & UDC_EPSTS_TDC)
2293 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_RSS) &&
2294 !(epsts & UDC_EPSTS_TDC) && !(epsts & UDC_EPSTS_TXEMPTY))
2305 u32 epsts;
2310 epsts = ep->epsts;
2311 ep->epsts = 0;
2313 if ((epsts & UDC_EPSTS_BNA) && (!list_empty(&ep->queue))) {
2324 if (epsts & UDC_EPSTS_HE)
2326 if (epsts & UDC_EPSTS_RSS) {
2331 if (epsts & UDC_EPSTS_RCS) {
2340 if (((epsts & UDC_EPSTS_OUT_MASK) >> UDC_EPSTS_OUT_SHIFT) ==
2375 u32 epsts;
2381 epsts = ep->epsts;
2382 ep->epsts = 0;
2384 if (!(epsts & (UDC_EPSTS_IN | UDC_EPSTS_BNA | UDC_EPSTS_HE |
2388 if ((epsts & UDC_EPSTS_BNA))
2390 if (epsts & UDC_EPSTS_HE)
2392 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) {
2403 if ((epsts & UDC_EPSTS_IN) && !(epsts & UDC_EPSTS_TDC) &&
2404 !(epsts & UDC_EPSTS_TXEMPTY))
2422 stat = ep->epsts;
2423 ep->epsts = 0;
2478 ep->epsts = stat;
2516 ep->epsts = pch_udc_read_ep_status(ep);
2517 pch_udc_clear_ep_status(ep, ep->epsts);
2522 ep->epsts = pch_udc_read_ep_status(ep);
2523 pch_udc_clear_ep_status(ep, ep->epsts);