Searched refs:max_scratchpad_buf_LO5 (Results 1 – 2 of 2) sorted by relevance
67 unsigned max_scratchpad_buf_LO5 : 5; // 草稿行buffer地址(低5bit) member
2194 … max_scratchpad_buf = (((uint32_t)hcs2.max_scratchpad_buf_HI5) << 5) | hcs2.max_scratchpad_buf_LO5; in xhci_init()