Searched refs:HWLP_BASE_CH (Results 1 – 2 of 2) sorted by relevance
113 configs->low_power[ch].hwlp_0 = mmio_read_32(HWLP_BASE_CH(ch) + 0x0); in exit_low_power()114 mmio_write_32(HWLP_BASE_CH(ch) + 0x0, 0x0); in exit_low_power()115 configs->low_power[ch].hwlp_c = mmio_read_32(HWLP_BASE_CH(ch) + 0xc); in exit_low_power()116 mmio_write_32(HWLP_BASE_CH(ch) + 0xc, 0x0); in exit_low_power()145 mmio_write_32(HWLP_BASE_CH(ch) + 0xc, configs->low_power[ch].hwlp_c); in resume_low_power()146 mmio_write_32(HWLP_BASE_CH(ch) + 0x0, configs->low_power[ch].hwlp_0); in resume_low_power()
149 #define HWLP_BASE_CH(n) (HWLP0_BASE + ((n) * 0x10000)) macro