Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dw100fb.c819 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_disable() local
822 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_disable()
823 disp_db_buf_wr_cntl.f.update_db_buf = 0; in w100_update_disable()
824 disp_db_buf_wr_cntl.f.en_db_buf = 0; in w100_update_disable()
825 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_disable()
830 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_enable() local
833 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_enable()
834 disp_db_buf_wr_cntl.f.update_db_buf = 1; in w100_update_enable()
835 disp_db_buf_wr_cntl.f.en_db_buf = 1; in w100_update_enable()
836 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_enable()