Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/tcon/
H A Debc_tcon.h92 void (*image_addr_set)(struct eink_tcon *tcon, u32 pre_image_buf_addr,
109 static inline void eink_tcon_image_addr_set(struct eink_tcon *tcon, u32 pre_image_buf_addr, in eink_tcon_image_addr_set() argument
112 tcon->image_addr_set(tcon, pre_image_buf_addr, cur_image_buf_addr, image_process_buf_addr); in eink_tcon_image_addr_set()
H A Deink_tcon.c177 static void tcon_image_addr_set(struct eink_tcon *tcon, u32 pre_image_buf_addr, in tcon_image_addr_set() argument
180 tcon_write(tcon, EINK_PRE_IMAGE_BUF_ADDR, pre_image_buf_addr); in tcon_image_addr_set()