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