Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c973 static int ehci_common_init(struct ehci_ctrl *ctrl, uint tweaks) in ehci_common_init() argument
1068 if (!(tweaks & EHCI_TWEAK_NO_INIT_CF)) { in ehci_common_init()
1094 uint tweaks = 0; in usb_lowlevel_init() local
1121 tweaks |= EHCI_TWEAK_NO_INIT_CF; in usb_lowlevel_init()
1123 rc = ehci_common_init(ctrl, tweaks); in usb_lowlevel_init()
1608 uint tweaks, enum usb_init_type init) in ehci_register() argument
1641 ret = ehci_common_init(ctrl, tweaks); in ehci_register()
H A Dehci.h290 uint tweaks, enum usb_init_type init);