Home
last modified time | relevance | path

Searched refs:dmfc_gen1 (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/video/
Dipu_disp.c140 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()
[all …]