Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dtrace.h67 (int)((__entry->token & TD_TOTAL_BYTES) >> __ffs(TD_TOTAL_BYTES)),
H A Dudc.h34 #define TD_TOTAL_BYTES (0x7FFFUL << 16) macro
H A Dudc.c374 node->ptr->token = cpu_to_le32(length << __ffs(TD_TOTAL_BYTES)); in add_td_to_list()
375 node->ptr->token &= cpu_to_le32(TD_TOTAL_BYTES); in add_td_to_list()
495 token = le32_to_cpu(node->ptr->token) + (sg_dma_len(s) << __ffs(TD_TOTAL_BYTES)); in ci_add_buffer_entry()
698 remaining_length = (tmptoken & TD_TOTAL_BYTES); in _hardware_dequeue()
699 remaining_length >>= __ffs(TD_TOTAL_BYTES); in _hardware_dequeue()