Lines Matching refs:dmfc_gen1
140 u32 dmfc_gen1 = __raw_readl(DMFC_GENERAL1); in ipu_dmfc_set_wait4eot() local
151 dmfc_gen1 |= 1UL << 20; in ipu_dmfc_set_wait4eot()
153 dmfc_gen1 &= ~(1UL << 20); in ipu_dmfc_set_wait4eot()
156 dmfc_gen1 |= 1UL << 22; in ipu_dmfc_set_wait4eot()
158 dmfc_gen1 &= ~(1UL << 22); in ipu_dmfc_set_wait4eot()
161 dmfc_gen1 |= 1UL << 21; in ipu_dmfc_set_wait4eot()
163 dmfc_gen1 &= ~(1UL << 21); in ipu_dmfc_set_wait4eot()
166 dmfc_gen1 |= 1UL << 16; in ipu_dmfc_set_wait4eot()
168 dmfc_gen1 &= ~(1UL << 16); in ipu_dmfc_set_wait4eot()
171 dmfc_gen1 |= 1UL << 23; in ipu_dmfc_set_wait4eot()
173 dmfc_gen1 &= ~(1UL << 23); in ipu_dmfc_set_wait4eot()
176 __raw_writel(dmfc_gen1, DMFC_GENERAL1); in ipu_dmfc_set_wait4eot()