OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lstd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uhci.c
1486
uhci_soft_td_t *std, *fstd = NULL, *
lstd
= NULL;
local
1504
lstd
= ux->ux_stat;
1510
lstd
= ux->ux_stdend;
1519
KASSERT(
lstd
!= NULL);
1521
usb_syncmem(&
lstd
->dma,
1522
lstd
->offs + offsetof(uhci_td_t, td_status),
1523
sizeof(
lstd
->td.td_status),
1525
status = le32toh(
lstd
->td.td_status);
1526
usb_syncmem(&
lstd
->dma,
1527
lstd
->offs + offsetof(uhci_td_t, td_status)
[
all
...]
uhci.c
1486
uhci_soft_td_t *std, *fstd = NULL, *
lstd
= NULL;
local
1504
lstd
= ux->ux_stat;
1510
lstd
= ux->ux_stdend;
1519
KASSERT(
lstd
!= NULL);
1521
usb_syncmem(&
lstd
->dma,
1522
lstd
->offs + offsetof(uhci_td_t, td_status),
1523
sizeof(
lstd
->td.td_status),
1525
status = le32toh(
lstd
->td.td_status);
1526
usb_syncmem(&
lstd
->dma,
1527
lstd
->offs + offsetof(uhci_td_t, td_status)
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026