Searched refs:CKENA (Results 1 – 3 of 3) sorted by relevance
129 CKENA |= mask; in clk_pxa3xx_cken_enable()141 CKENA &= ~mask; in clk_pxa3xx_cken_disable()192 cken[0] = CKENA; in pxa3xx_clock_suspend()201 CKENA = cken[0]; in pxa3xx_clock_resume()
160 CKENA |= (1 << CKEN_BOOT) | (1 << CKEN_TPM); in pxa3xx_cpu_pm_suspend()
132 #define CKENA __REG(0x4134000C) /* A Clock Enable Register */ macro