Lines Matching defs:pcs
328 cdns3_ep_inc_trb(&priv_ep->enqueue, &priv_ep->pcs, priv_ep->num_trbs);
967 priv_ep->wa1_cycle_bit = priv_ep->pcs ? TRB_CYCLE : 0;
1131 int pcs;
1189 link_trb->control = cpu_to_le32(((priv_ep->pcs) ? TRB_CYCLE : 0) |
1217 control = priv_ep->pcs ? 0 : TRB_CYCLE;
1281 pcs = priv_ep->pcs ? TRB_CYCLE : 0;
1288 control |= pcs;
1295 control |= pcs | TRB_IOC | TRB_ISP;
2472 priv_ep->pcs = !!EP_STS_CCS(reg);