Lines Matching defs:mode
34 static int exynos_do_idle(unsigned long mode)
36 switch (mode) {
62 * because Exynos3250 removes WFE in secure mode.
84 * Almost all Exynos-series of SoCs that run in secure mode don't need
220 * cache controller to be written in secure mode. Here .write_sec
233 void exynos_set_boot_flag(unsigned int cpu, unsigned int mode)
239 if (mode & BOOT_MODE_MASK)
242 tmp |= mode;
246 void exynos_clear_boot_flag(unsigned int cpu, unsigned int mode)
251 tmp &= ~mode;