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