Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci.h691 #define ehci_has_fsl_portno_bug(e) ((e)->has_fsl_port_bug) macro
693 #define ehci_has_fsl_portno_bug(e) (0) macro
H A Dehci-q.c894 if (ehci_has_fsl_portno_bug(ehci)) in qh_make()