HomeSort by: relevance | last modified time | path
    Searched defs:tregs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
sl811hs.c 271 uint8_t tregs[4]; /* ADR, LEN, PID, DEV */ member in struct:slhci_pipe
885 spipe->tregs[DEV] = pipe->up_dev->ud_addr;
886 spipe->tregs[PID] = spipe->newpid = UE_GET_ADDR(ed->bEndpointAddress)
895 spipe->tregs[LEN] = spipe->newlen[1];
896 if (spipe->tregs[LEN])
908 xfer->ux_length > spipe->tregs[LEN])) {
920 spipe->tregs[PID] |= SL11_PID_SETUP;
921 spipe->tregs[LEN] = 8;
923 DLOGBUF(D_XFER, spipe->buffer, spipe->tregs[LEN]);
934 spipe->tregs[LEN] == max_packet &
    [all...]

Completed in 12 milliseconds