Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci.h207 unsigned has_fsl_port_bug:1; /* FreeScale */ member
688 #define ehci_has_fsl_portno_bug(e) ((e)->has_fsl_port_bug)
H A Dehci-fsl.c334 ehci->has_fsl_port_bug = 1; in ehci_fsl_usb_setup()