Searched refs:LINK_TO_TD (Results 1 – 4 of 4) sorted by relevance
173 ltd->link = LINK_TO_TD(td); in uhci_insert_td_in_frame_list()177 uhci->frame[framenum] = LINK_TO_TD(td); in uhci_insert_td_in_frame_list()201 uhci->frame[td->frame] = LINK_TO_TD(ntd); in uhci_remove_td_from_frame_list()492 qh->element = LINK_TO_TD(td); in uhci_activate_qh()847 *plink = LINK_TO_TD(td); in uhci_submit_control()867 *plink = LINK_TO_TD(td); in uhci_submit_control()884 *plink = LINK_TO_TD(td); in uhci_submit_control()977 *plink = LINK_TO_TD(td); in uhci_submit_common()1013 *plink = LINK_TO_TD(td); in uhci_submit_common()1039 *plink = LINK_TO_TD(td); in uhci_submit_common()[all …]
204 if (element != LINK_TO_TD(td)) in uhci_show_qh()398 if (link != LINK_TO_TD(td)) { in uhci_sprint_schedule()443 if (qh_element(qh) != LINK_TO_TD(uhci->term_td)) in uhci_sprint_schedule()
273 #define LINK_TO_TD(td) (cpu_to_le32((td)->dma_handle)) macro
680 LINK_TO_TD(uhci->term_td); in uhci_start()