Searched refs:CRG_RVBAR (Results 1 – 2 of 2) sorted by relevance
71 mmio_write_32(CRG_REG_BASE + CRG_RVBAR(cluster, core), in hikey960_pwr_domain_on()209 mmio_write_32(CRG_REG_BASE + CRG_RVBAR(cluster, core), in hikey960_pwr_domain_suspend()
170 #define CRG_RVBAR(c, n) (0xE00 + (0x10 * c) + (0x4 * n)) macro