Home
last modified time | relevance | path

Searched refs:hdmi_read_reg (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dhdmi_wp.c24 #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, hdmi_read_reg(wp->base, r)) in hdmi_wp_dump()
48 return hdmi_read_reg(wp->base, HDMI_WP_IRQSTATUS); in hdmi_wp_get_irqstatus()
55 hdmi_read_reg(wp->base, HDMI_WP_IRQSTATUS); in hdmi_wp_set_irqstatus()
124 v = hdmi_read_reg(wp->base, HDMI_WP_IRQSTATUS_RAW); in hdmi_wp_video_stop()
155 r = hdmi_read_reg(wp->base, HDMI_WP_VIDEO_CFG); in hdmi_wp_video_config_interface()
211 r = hdmi_read_reg(wp->base, HDMI_WP_AUDIO_CFG); in hdmi_wp_audio_config_format()
234 r = hdmi_read_reg(wp->base, HDMI_WP_AUDIO_CFG2); in hdmi_wp_audio_config_dma()
239 r = hdmi_read_reg(wp->base, HDMI_WP_AUDIO_CTRL); in hdmi_wp_audio_config_dma()
Dhdmi4_core.c238 r = hdmi_read_reg(core_sys_base, HDMI_CORE_SYS_SYS_CTRL1); in hdmi_core_video_config()
249 r = hdmi_read_reg(core_sys_base, HDMI_CORE_SYS_VID_MODE); in hdmi_core_video_config()
262 r = hdmi_read_reg(core_av_base, HDMI_CORE_AV_HDMI_CTRL); in hdmi_core_video_config()
369 hdmi_read_reg(core->base, r)) in hdmi4_core_dump()
371 hdmi_read_reg(hdmi_av_base(core), r)) in hdmi4_core_dump()
374 hdmi_read_reg(hdmi_av_base(core), CORE_REG(i, r))) in hdmi4_core_dump()
563 r = hdmi_read_reg(av_base, HDMI_CORE_AV_ACR_CTRL); in hdmi_core_audio_config()
601 r = hdmi_read_reg(av_base, HDMI_CORE_AV_I2S_IN_CTRL); in hdmi_core_audio_config()
614 r = hdmi_read_reg(av_base, HDMI_CORE_AV_AUD_MODE); in hdmi_core_audio_config()
Dhdmi.h263 static inline u32 hdmi_read_reg(void __iomem *base_addr, const u32 idx) in hdmi_read_reg() function
269 hdmi_write_reg(base, idx, FLD_MOD(hdmi_read_reg(base, idx),\
272 FLD_GET(hdmi_read_reg(base, idx), start, end)
Dhdmi_phy.c32 hdmi_read_reg(phy->base, r)) in hdmi_phy_dump()
142 hdmi_read_reg(phy->base, HDMI_TXPHY_TX_CTRL); in hdmi_phy_configure()
Dhdmi_pll.c28 hdmi_read_reg(pll->base, r)) in hdmi_pll_dump()
Dhdmi5_core.c234 hdmi_read_reg(core->base, r)) in hdmi5_core_dump()
330 r = hdmi_read_reg(base, HDMI_CORE_FC_INVIDCONF); in hdmi_core_video_config()
Dhdmi5.c99 v = hdmi_read_reg(hdmi.phy.base, HDMI_TXPHY_PAD_CFG_CTRL); in hdmi_irq_handler()