Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/hdmi/
Dhdmi_pll_8960.c22 struct hdmi_pll_8960 { struct
30 #define hw_clk_to_pll(x) container_of(x, struct hdmi_pll_8960, clk_hw) argument
246 static inline void pll_write(struct hdmi_pll_8960 *pll, u32 reg, u32 data) in pll_write()
251 static inline u32 pll_read(struct hdmi_pll_8960 *pll, u32 reg) in pll_read()
256 static inline struct hdmi_phy *pll_get_phy(struct hdmi_pll_8960 *pll) in pll_get_phy()
263 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_enable()
348 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_disable()
380 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_recalc_rate()
396 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_set_rate()
433 struct hdmi_pll_8960 *pll; in msm_hdmi_pll_8960_init()
/Linux-v4.19/drivers/gpu/drm/msm/
DMakefile101 msm-$(CONFIG_COMMON_CLK) += hdmi/hdmi_pll_8960.o