Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_pll_8960.c13 struct hdmi_pll_8960 { struct
21 #define hw_clk_to_pll(x) container_of(x, struct hdmi_pll_8960, clk_hw) argument
237 static inline void pll_write(struct hdmi_pll_8960 *pll, u32 reg, u32 data) in pll_write()
242 static inline u32 pll_read(struct hdmi_pll_8960 *pll, u32 reg) in pll_read()
247 static inline struct hdmi_phy *pll_get_phy(struct hdmi_pll_8960 *pll) in pll_get_phy()
254 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_enable()
339 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_disable()
371 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_recalc_rate()
387 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_set_rate()
424 struct hdmi_pll_8960 *pll; in msm_hdmi_pll_8960_init()
/openbmc/linux/drivers/gpu/drm/msm/
H A DMakefile31 hdmi/hdmi_pll_8960.o \