Home
last modified time | relevance | path

Searched refs:I2SLCTL_SPA (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.4.0/drivers/dai/intel/ssp/
Dssp.h222 #define I2SLCTL_SPA(x) BIT(0 + x) macro
226 #define I2SLCTL_SPA(x) BIT(16 + x) macro
Dssp.c721 sys_write32(sys_read32(dai_ip_base(dp) + I2SLCTL_OFFSET) | I2SLCTL_SPA(index), in dai_ssp_pm_runtime_en_ssp_power()
730 I2SLCTL_SPA(index), in dai_ssp_pm_runtime_en_ssp_power()
757 sys_write32(sys_read32(dai_ip_base(dp) + I2SLCTL_OFFSET) & (~I2SLCTL_SPA(index)), in dai_ssp_pm_runtime_dis_ssp_power()
765 sys_write32(sys_read32(dai_hdamlssp_base(dp) + I2SLCTL_OFFSET) & (~I2SLCTL_SPA(index)), in dai_ssp_pm_runtime_dis_ssp_power()