Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/tcon/
H A Debc_tcon.c138 static inline void tcon_write(struct ebc_tcon *tcon, unsigned int reg, in tcon_write() function
171 tcon_write(tcon, EBC_DSP_HTIMING0, in tcon_enable()
173 tcon_write(tcon, EBC_DSP_HTIMING1, in tcon_enable()
175 tcon_write(tcon, EBC_DSP_VTIMING0, in tcon_enable()
177 tcon_write(tcon, EBC_DSP_VTIMING1, in tcon_enable()
179 tcon_write(tcon, EBC_DSP_ACT_INFO, DSP_HEIGHT(panel->height) | DSP_WIDTH(panel->width)); in tcon_enable()
180 tcon_write(tcon, EBC_WIN_VIR, WIN_VIR_HEIGHT(panel->vir_height) | WIN_VIR_WIDTH(panel->vir_width)); in tcon_enable()
181 tcon_write(tcon, EBC_WIN_ACT, WIN_ACT_HEIGHT(panel->height) | WIN_ACT_WIDTH(panel->width)); in tcon_enable()
182 tcon_write(tcon, EBC_WIN_DSP, WIN_DSP_HEIGHT(panel->height) | WIN_DSP_WIDTH(panel->width)); in tcon_enable()
183tcon_write(tcon, EBC_WIN_DSP_ST, WIN_DSP_YST(panel->fsl + panel->fbl) | WIN_DSP_XST(panel->lsl + p… in tcon_enable()
[all …]
H A Deink_tcon.c118 static inline void tcon_write(struct eink_tcon *tcon, unsigned int reg, in tcon_write() function
160 tcon_write(tcon, pre_init_reg[i].addr, pre_init_reg[i].value); in tcon_enable()
180 tcon_write(tcon, EINK_PRE_IMAGE_BUF_ADDR, pre_image_buf_addr); in tcon_image_addr_set()
181 tcon_write(tcon, EINK_CUR_IMAGE_BUF_ADDR, cur_image_buf_addr); in tcon_image_addr_set()
182 tcon_write(tcon, EINK_IMAGE_PROCESS_BUF_ADDR, image_process_buf_addr); in tcon_image_addr_set()
187 tcon_write(tcon, EINK_IP_ENABLE, 1); in tcon_frame_start()
/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Drk_ebc_tcon.c203 static inline void tcon_write(struct ebc_tcon_priv *tcon, unsigned int reg, in tcon_write() function
273 tcon_write(tcon, EBC_DSP_HTIMING0, in ebc_tcon_enable()
276 tcon_write(tcon, EBC_DSP_HTIMING1, in ebc_tcon_enable()
279 tcon_write(tcon, EBC_DSP_VTIMING0, in ebc_tcon_enable()
282 tcon_write(tcon, EBC_DSP_VTIMING1, in ebc_tcon_enable()
285 tcon_write(tcon, EBC_DSP_ACT_INFO, in ebc_tcon_enable()
288 tcon_write(tcon, EBC_WIN_VIR, in ebc_tcon_enable()
291 tcon_write(tcon, EBC_WIN_ACT, in ebc_tcon_enable()
294 tcon_write(tcon, EBC_WIN_DSP, in ebc_tcon_enable()
297 tcon_write(tcon, EBC_WIN_DSP_ST, in ebc_tcon_enable()
[all …]