Lines Matching refs:dmfc_gen1
141 u32 dmfc_gen1 = __raw_readl(DMFC_GENERAL1); in ipu_dmfc_set_wait4eot() local
152 dmfc_gen1 |= 1UL << 20; in ipu_dmfc_set_wait4eot()
154 dmfc_gen1 &= ~(1UL << 20); in ipu_dmfc_set_wait4eot()
157 dmfc_gen1 |= 1UL << 22; in ipu_dmfc_set_wait4eot()
159 dmfc_gen1 &= ~(1UL << 22); in ipu_dmfc_set_wait4eot()
162 dmfc_gen1 |= 1UL << 21; in ipu_dmfc_set_wait4eot()
164 dmfc_gen1 &= ~(1UL << 21); in ipu_dmfc_set_wait4eot()
167 dmfc_gen1 |= 1UL << 16; in ipu_dmfc_set_wait4eot()
169 dmfc_gen1 &= ~(1UL << 16); in ipu_dmfc_set_wait4eot()
172 dmfc_gen1 |= 1UL << 23; in ipu_dmfc_set_wait4eot()
174 dmfc_gen1 &= ~(1UL << 23); in ipu_dmfc_set_wait4eot()
177 __raw_writel(dmfc_gen1, DMFC_GENERAL1); in ipu_dmfc_set_wait4eot()