Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.h67 unsigned max_scratchpad_buf_LO5 : 5; // 草稿行buffer地址(低5bit) member
Dxhci.c2194 … max_scratchpad_buf = (((uint32_t)hcs2.max_scratchpad_buf_HI5) << 5) | hcs2.max_scratchpad_buf_LO5; in xhci_init()