Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/chipidea/
Dudc.h34 #define TD_TOTAL_BYTES (0x7FFFUL << 16) macro
Dudc.c357 node->ptr->token = cpu_to_le32(length << __ffs(TD_TOTAL_BYTES)); in add_td_to_list()
358 node->ptr->token &= cpu_to_le32(TD_TOTAL_BYTES); in add_td_to_list()
571 remaining_length = (tmptoken & TD_TOTAL_BYTES); in _hardware_dequeue()
572 remaining_length >>= __ffs(TD_TOTAL_BYTES); in _hardware_dequeue()