OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_tregs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
sl811hsvar.h
37
uint8_t
current_tregs
[2][4]; /* ab, ADR, LEN, PID, DEV */
member in struct:slhci_transfers
sl811hs.c
2335
if (t->
current_tregs
[ab][i] != spipe->tregs[i]) {
2336
t->
current_tregs
[ab][i] = spipe->tregs[i];
2830
* USBA registers here for
current_tregs
.
2848
t->
current_tregs
[0][ADR] = SL11_BUFFER_START;
2849
t->
current_tregs
[0][LEN] = 0;
2850
t->
current_tregs
[0][PID] = SL11_PID_SOF;
2851
t->
current_tregs
[0][DEV] = 0;
2852
t->
current_tregs
[1][ADR] = SL11_BUFFER_END - 8;
2853
t->
current_tregs
[1][LEN] = 0;
2854
t->
current_tregs
[1][PID] = 0
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025