OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crcr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
xhci.c
1013
*
CRCR
.'
1020
* `7. Write the
CRCR
with the address and RCS value of the
1023
* specified by the
CRCR
.'
3241
uint64_t
crcr
;
local
3251
crcr
= xhci_op_read_8(sc, XHCI_CRCR);
3252
xhci_op_write_8(sc, XHCI_CRCR,
crcr
| XHCI_CRCR_LO_CA);
3255
crcr
= xhci_op_read_8(sc, XHCI_CRCR);
3256
if ((
crcr
& XHCI_CRCR_LO_CRR) == 0)
3260
if ((
crcr
& XHCI_CRCR_LO_CRR) != 0) {
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026