Searched refs:UHCI_PTR_DEPTH (Results 1 – 2 of 2) sorted by relevance
199 if (element & UHCI_PTR_DEPTH(uhci)) in uhci_show_qh()205 if (!(element & ~(UHCI_PTR_QH(uhci) | UHCI_PTR_DEPTH(uhci)))) in uhci_show_qh()
88 #define UHCI_PTR_DEPTH(uhci) cpu_to_hc32((uhci), 0x0004) macro