Lines Matching refs:dmfc_gen1
142 u32 dmfc_gen1 = __raw_readl(DMFC_GENERAL1); in ipu_dmfc_set_wait4eot() local
153 dmfc_gen1 |= 1UL << 20; in ipu_dmfc_set_wait4eot()
155 dmfc_gen1 &= ~(1UL << 20); in ipu_dmfc_set_wait4eot()
158 dmfc_gen1 |= 1UL << 22; in ipu_dmfc_set_wait4eot()
160 dmfc_gen1 &= ~(1UL << 22); in ipu_dmfc_set_wait4eot()
163 dmfc_gen1 |= 1UL << 21; in ipu_dmfc_set_wait4eot()
165 dmfc_gen1 &= ~(1UL << 21); in ipu_dmfc_set_wait4eot()
168 dmfc_gen1 |= 1UL << 16; in ipu_dmfc_set_wait4eot()
170 dmfc_gen1 &= ~(1UL << 16); in ipu_dmfc_set_wait4eot()
173 dmfc_gen1 |= 1UL << 23; in ipu_dmfc_set_wait4eot()
175 dmfc_gen1 &= ~(1UL << 23); in ipu_dmfc_set_wait4eot()
178 __raw_writel(dmfc_gen1, DMFC_GENERAL1); in ipu_dmfc_set_wait4eot()