Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci.h688 #define ehci_has_fsl_portno_bug(e) ((e)->has_fsl_port_bug) macro
690 #define ehci_has_fsl_portno_bug(e) (0) macro
H A Dehci-q.c895 if (ehci_has_fsl_portno_bug(ehci)) in qh_make()