Home
last modified time | relevance | path

Searched refs:newpid (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsl811hs.c273 uint8_t newpid; /* for ctrl */ member
886 spipe->tregs[PID] = spipe->newpid = UE_GET_ADDR(ed->bEndpointAddress) in slhci_start()
925 spipe->newpid &= ~SL11_PID_BITS; in slhci_start()
928 spipe->newpid |= SL11_PID_IN; in slhci_start()
930 spipe->newpid |= SL11_PID_OUT; in slhci_start()
935 (spipe->newpid & SL11_PID_BITS) == SL11_PID_OUT) in slhci_start()
2107 spipe->tregs[PID] = spipe->newpid; in slhci_abdone()