Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hcd.h83 #define UHCI_PTR_QH(uhci) cpu_to_hc32((uhci), 0x0002) macro
189 #define LINK_TO_QH(uhci, qh) (UHCI_PTR_QH((uhci)) | \
Duhci-debug.c186 if (element & UHCI_PTR_QH(uhci)) in uhci_show_qh()
195 if (!(element & ~(UHCI_PTR_QH(uhci) | UHCI_PTR_DEPTH(uhci)))) in uhci_show_qh()