Searched refs:cif_cntl (Results 1 – 1 of 1) sorted by relevance
875 union cif_cntl_u cif_cntl; in w100_hw_init() local909 cif_cntl.val = readl(remapped_regs + mmCIF_CNTL); in w100_hw_init()910 cif_cntl.f.dis_system_bits = 1; in w100_hw_init()911 cif_cntl.f.dis_mr = 1; in w100_hw_init()912 cif_cntl.f.en_wait_to_compensate_dq_prop_dly = 0; in w100_hw_init()913 cif_cntl.f.intb_oe = 1; in w100_hw_init()914 cif_cntl.f.interrupt_active_high = 1; in w100_hw_init()915 writel((u32) (cif_cntl.val), remapped_regs + mmCIF_CNTL); in w100_hw_init()