Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/fbdev/
Dw100fb.c831 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_disable() local
834 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_disable()
835 disp_db_buf_wr_cntl.f.update_db_buf = 0; in w100_update_disable()
836 disp_db_buf_wr_cntl.f.en_db_buf = 0; in w100_update_disable()
837 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_disable()
842 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_enable() local
845 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_enable()
846 disp_db_buf_wr_cntl.f.update_db_buf = 1; in w100_update_enable()
847 disp_db_buf_wr_cntl.f.en_db_buf = 1; in w100_update_enable()
848 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_enable()