Searched refs:qh_element (Results 1 – 3 of 3) sorted by relevance
169 __hc32 element = qh_element(qh); in uhci_show_qh()493 if (qh_element(qh) != LINK_TO_TD(uhci, uhci->term_td)) { in uhci_sprint_schedule()
351 if (qh_element(qh) == UHCI_PTR_TERM(uhci)) in uhci_cleanup_queue()388 else if (qh_element(qh) != UHCI_PTR_TERM(uhci)) in uhci_fixup_toggles()487 if (qh_element(qh) == UHCI_PTR_TERM(uhci)) { in uhci_activate_qh()1712 if (qh->post_td && qh_element(qh) == in uhci_advance_check()
187 #define qh_element(qh) ACCESS_ONCE((qh)->element) macro