Lines Matching defs:PID
140 #define PID 2
271 uint8_t tregs[4]; /* ADR, LEN, PID, DEV */
886 spipe->tregs[PID] = spipe->newpid = UE_GET_ADDR(ed->bEndpointAddress)
920 spipe->tregs[PID] |= SL11_PID_SETUP;
983 if ((spipe->tregs[PID] & SL11_PID_BITS) != SL11_PID_IN)
2050 if (actlen && (spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN) {
2107 spipe->tregs[PID] = spipe->newpid;
2118 /* CTRL_DATA swaps direction in PID then jumps here */
2130 if ((spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN)
2157 spipe->tregs[PID] ^= SLHCI_PID_SWAP_IN_OUT;
2315 if (spipe->tregs[LEN] && (spipe->tregs[PID] & SL11_PID_BITS)
2341 DLOG(D_SXFER, "Transfer len %jd pid %#jx dev %jd type %jd",
2342 spipe->tregs[LEN], spipe->tregs[PID], spipe->tregs[DEV],
2850 t->current_tregs[0][PID] = SL11_PID_SOF;
2854 t->current_tregs[1][PID] = 0;
3522 DDOLOG("pid: %#x", r->tregs[PID], 0,0,0);