Searched refs:CSU_HP_REG (Results 1 – 2 of 2) sorted by relevance
27 val = mmio_read_32(CSU_HP_REG(csu->idx)); in imx_csu_init()31 mmio_clrsetbits_32(CSU_HP_REG(csu->idx), CSU_HP_CFG(0x1, csu->idx), in imx_csu_init()
33 #define CSU_HP_REG(x) (IMX_CSU_BASE + (((x) / 16) * 4) + 0x200) macro