coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
usb.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/pll.h>
4 #include <soc/usb.h>
5 
6 void mtk_usb_prepare(void)
7 {
9 }
void mt_pll_enable_ssusb_clk(void)
Definition: pll.c:361
__weak void mtk_usb_prepare(void)
Definition: usb.c:143