Searched refs:CSU_HP_LOCK (Results 1 – 2 of 2) sorted by relevance
28 if (val & CSU_HP_LOCK(csu->idx)) { in imx_csu_init()
34 #define CSU_HP_LOCK(x) ((0x1 << (((x) % 16) * 2 + 1))) macro