Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-tv/
Dmixer_reg.c46 static inline void mxr_write(struct mxr_device *mdev, u32 reg_id, u32 val) in mxr_write() function
93 mxr_write(mdev, MXR_CFG, MXR_CFG_OUT_RGB888); in mxr_reg_reset()
108 mxr_write(mdev, MXR_LAYER_CFG, val); in mxr_reg_reset()
111 mxr_write(mdev, MXR_BG_COLOR0, 0x808080); in mxr_reg_reset()
112 mxr_write(mdev, MXR_BG_COLOR1, 0x808080); in mxr_reg_reset()
113 mxr_write(mdev, MXR_BG_COLOR2, 0x808080); in mxr_reg_reset()
122 mxr_write(mdev, MXR_GRAPHIC_CFG(0), val); in mxr_reg_reset()
123 mxr_write(mdev, MXR_GRAPHIC_CFG(1), val); in mxr_reg_reset()
150 mxr_write(mdev, MXR_GRAPHIC_SPAN(idx), geo->src.full_width); in mxr_reg_graph_format()
155 mxr_write(mdev, MXR_GRAPHIC_WH(idx), val); in mxr_reg_graph_format()
[all …]