Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.h217 unsigned chain : 1; // The chain bit is used to tell the controller that this member
263 unsigned chain : 1; // The chain bit is used to tell the controller that this member
284 unsigned chain : 1; // The chain bit is used to tell the controller that this member
Dinternal.h79 ptr->chain = 0; \
Dxhci.c1120 trb.chain = 1; in xhci_data_stage()