Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dw100fb.c879 union cif_cntl_u cif_cntl; in w100_hw_init() local
913 cif_cntl.val = readl(remapped_regs + mmCIF_CNTL); in w100_hw_init()
914 cif_cntl.f.dis_system_bits = 1; in w100_hw_init()
915 cif_cntl.f.dis_mr = 1; in w100_hw_init()
916 cif_cntl.f.en_wait_to_compensate_dq_prop_dly = 0; in w100_hw_init()
917 cif_cntl.f.intb_oe = 1; in w100_hw_init()
918 cif_cntl.f.interrupt_active_high = 1; in w100_hw_init()
919 writel((u32) (cif_cntl.val), remapped_regs + mmCIF_CNTL); in w100_hw_init()