Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dexynos4210_pmu.c189 #define PS_HOLD_CONTROL 0x330C /* PS_HOLD control register */ macro
361 {"PS_HOLD_CONTROL", PS_HOLD_CONTROL, 0x00005200 | BIT(8)},
444 if ((offset == PS_HOLD_CONTROL) && ((val & BIT(8)) == 0)) { in exynos4210_pmu_write()