Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h54 unsigned max_slots : 8; // 最大插槽数 member
Dxhci.c2225 uint32_t max_slots = hcs1.max_slots; in xhci_init() local
2228 xhci_write_op_reg32(cid, XHCI_OPS_CONFIG, max_slots); in xhci_init()