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