Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-q.c363 qh->initial_toggle = uhci_toggle(td_token(td)); in uhci_cleanup_queue()
399 if (toggle > 1 || uhci_toggle(td_token(td)) == toggle) { in uhci_fixup_toggles()
402 toggle = uhci_toggle(td_token(td)) ^ 1; in uhci_fixup_toggles()
1145 qh->initial_toggle = uhci_toggle(td_token(qh->post_td)) ^ 1; in uhci_fixup_short_transfer()
1191 uhci_packetout(td_token(td))); in uhci_result_common()
1207 } else if (len < uhci_expected_length(td_token(td))) { in uhci_result_common()
1242 qh->initial_toggle = uhci_toggle(td_token(td)) ^ in uhci_result_common()
Duhci-hcd.h215 #define td_token(td) le32_to_cpu((td)->token) macro
Duhci-debug.c66 token = td_token(td); in uhci_show_td()