cif_cntl          869 drivers/video/fbdev/w100fb.c 	union cif_cntl_u cif_cntl;
cif_cntl          903 drivers/video/fbdev/w100fb.c 	cif_cntl.val = readl(remapped_regs + mmCIF_CNTL);
cif_cntl          904 drivers/video/fbdev/w100fb.c 	cif_cntl.f.dis_system_bits = 1;
cif_cntl          905 drivers/video/fbdev/w100fb.c 	cif_cntl.f.dis_mr = 1;
cif_cntl          906 drivers/video/fbdev/w100fb.c 	cif_cntl.f.en_wait_to_compensate_dq_prop_dly = 0;
cif_cntl          907 drivers/video/fbdev/w100fb.c 	cif_cntl.f.intb_oe = 1;
cif_cntl          908 drivers/video/fbdev/w100fb.c 	cif_cntl.f.interrupt_active_high = 1;
cif_cntl          909 drivers/video/fbdev/w100fb.c 	writel((u32) (cif_cntl.val), remapped_regs + mmCIF_CNTL);