coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dsi_phy_pll.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_DISPLAY_DSI_PHY_PLL_H
4 #define _SOC_DISPLAY_DSI_PHY_PLL_H
5 
6 #include <types.h>
7 
8 enum {
11 };
12 
22 };
23 
24 void dsi_phy_pll_vco_10nm_set_rate(unsigned long rate);
25 
26 #endif
void dsi_phy_pll_vco_10nm_set_rate(unsigned long rate)
Definition: dsi_phy_pll.c:137
@ MDSS_DSI_PLL_10NM
Definition: dsi_phy_pll.h:9
@ MDSS_UNKNOWN_PLL
Definition: dsi_phy_pll.h:10
int64_t s64
Definition: stdint.h:53
int32_t s32
Definition: stdint.h:50
Definition: pll.c:262