Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h87 #define UHCI_PTR_QH(uhci) cpu_to_hc32((uhci), 0x0002) macro
193 #define LINK_TO_QH(uhci, qh) (UHCI_PTR_QH((uhci)) | \
H A Duhci-debug.c196 if (element & UHCI_PTR_QH(uhci)) in uhci_show_qh()
205 if (!(element & ~(UHCI_PTR_QH(uhci) | UHCI_PTR_DEPTH(uhci)))) in uhci_show_qh()