Home
last modified time | relevance | path

Searched refs:OHCI_QUIRK_AMD756 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h412 #define OHCI_QUIRK_AMD756 0x01 /* erratum #4 */ macro
713 else if (hc->flags & OHCI_QUIRK_AMD756) \
H A Dohci-pci.c48 ohci->flags = OHCI_QUIRK_AMD756; in ohci_quirk_amd756()
H A Dohci-hub.c478 if ((ohci->flags & OHCI_QUIRK_AMD756) in ohci_hub_status_data()
H A Dohci-hcd.c685 } else if ((ohci->flags & OHCI_QUIRK_AMD756) || in ohci_run()
H A Du132-hcd.c1745 } else if ((u132->flags & OHCI_QUIRK_AMD756) || distrust_firmware) { in u132_run()
1804 u132->flags = OHCI_QUIRK_AMD756; in u132_hcd_start()
2768 if (u132->flags & OHCI_QUIRK_AMD756) { in u132_hub_status_data()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c95 #define OHCI_QUIRK_AMD756 0xabcd macro
98 if (hc->flags & OHCI_QUIRK_AMD756) \
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2367 } else if ((quirk & OHCI_QUIRK_AMD756) || distrust_firmware) { in ftdi_elan_check_controller()
2608 OHCI_QUIRK_AMD756); in ftdi_elan_setupOHCI()