Searched refs:disp_db_buf_wr_cntl (Results 1 – 1 of 1) sorted by relevance
822 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_disable() local825 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_disable()826 disp_db_buf_wr_cntl.f.update_db_buf = 0; in w100_update_disable()827 disp_db_buf_wr_cntl.f.en_db_buf = 0; in w100_update_disable()828 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_disable()833 union disp_db_buf_cntl_wr_u disp_db_buf_wr_cntl; in w100_update_enable() local836 disp_db_buf_wr_cntl.f.db_buf_cntl = 0x1e; in w100_update_enable()837 disp_db_buf_wr_cntl.f.update_db_buf = 1; in w100_update_enable()838 disp_db_buf_wr_cntl.f.en_db_buf = 1; in w100_update_enable()839 writel((u32) (disp_db_buf_wr_cntl.val), remapped_regs + mmDISP_DB_BUF_CNTL); in w100_update_enable()