Lines Matching defs:pcs
342 cdns3_ep_inc_trb(&priv_ep->enqueue, &priv_ep->pcs, priv_ep->num_trbs);
962 priv_ep->wa1_cycle_bit = priv_ep->pcs ? TRB_CYCLE : 0;
1126 int pcs;
1184 link_trb->control = cpu_to_le32(((priv_ep->pcs) ? TRB_CYCLE : 0) |
1212 control = priv_ep->pcs ? 0 : TRB_CYCLE;
1276 pcs = priv_ep->pcs ? TRB_CYCLE : 0;
1283 control |= pcs;
1290 control |= pcs | TRB_IOC | TRB_ISP;
2467 priv_ep->pcs = !!EP_STS_CCS(reg);