Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dw100fb.c826 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_disable() local
829 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_disable()
830 disp_db_buf_wr_cntl.f.update_db_buf = 0; in w100_update_disable()
831 disp_db_buf_wr_cntl.f.en_db_buf = 0; in w100_update_disable()
832 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_disable()
837 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_enable() local
840 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_enable()
841 disp_db_buf_wr_cntl.f.update_db_buf = 1; in w100_update_enable()
842 disp_db_buf_wr_cntl.f.en_db_buf = 1; in w100_update_enable()
843 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_enable()