Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dw100fb.c827 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_disable() local
830 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_disable()
831 disp_db_buf_wr_cntl.f.update_db_buf = 0; in w100_update_disable()
832 disp_db_buf_wr_cntl.f.en_db_buf = 0; in w100_update_disable()
833 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_disable()
838 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_enable() local
841 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_enable()
842 disp_db_buf_wr_cntl.f.update_db_buf = 1; in w100_update_enable()
843 disp_db_buf_wr_cntl.f.en_db_buf = 1; in w100_update_enable()
844 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_enable()