Home
last modified time | relevance | path

Searched refs:UHCI_PTR_DEPTH (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Duhci-debug.c199 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()
Duhci-hcd.h88 #define UHCI_PTR_DEPTH(uhci) cpu_to_hc32((uhci), 0x0004) macro