Searched refs:tweaks (Results 1 – 3 of 3) sorted by relevance
16 SiFive PWM v0 IP block with no chip integration tweaks.
1025 static int ehci_common_init(struct ehci_ctrl *ctrl, uint tweaks) in ehci_common_init() argument1118 if (!(tweaks & EHCI_TWEAK_NO_INIT_CF)) { in ehci_common_init()1144 uint tweaks = 0; in usb_lowlevel_init() local1171 tweaks |= EHCI_TWEAK_NO_INIT_CF; in usb_lowlevel_init()1173 rc = ehci_common_init(ctrl, tweaks); in usb_lowlevel_init()1679 uint tweaks, enum usb_init_type init) in ehci_register() argument1712 ret = ehci_common_init(ctrl, tweaks); in ehci_register()
293 uint tweaks, enum usb_init_type init);
Completed in 15 milliseconds