Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dw100fb.c867 union cif_cntl_u cif_cntl; in w100_hw_init() local
901 cif_cntl.val = readl(remapped_regs + mmCIF_CNTL); in w100_hw_init()
902 cif_cntl.f.dis_system_bits = 1; in w100_hw_init()
903 cif_cntl.f.dis_mr = 1; in w100_hw_init()
904 cif_cntl.f.en_wait_to_compensate_dq_prop_dly = 0; in w100_hw_init()
905 cif_cntl.f.intb_oe = 1; in w100_hw_init()
906 cif_cntl.f.interrupt_active_high = 1; in w100_hw_init()
907 writel((u32) (cif_cntl.val), remapped_regs + mmCIF_CNTL); in w100_hw_init()