Home
last modified time | relevance | path

Searched refs:I2S_CORE_CTRL_OFFSET (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/xilinx/
H A Dxlnx_i2s.c20 #define I2S_CORE_CTRL_OFFSET 0x08 macro
137 writel(I2S_CORE_CTRL_ENABLE, drv_data->base + I2S_CORE_CTRL_OFFSET); in xlnx_i2s_trigger()
142 writel(0, drv_data->base + I2S_CORE_CTRL_OFFSET); in xlnx_i2s_trigger()
229 drv_data->is_32bit_lrclk = readl(drv_data->base + I2S_CORE_CTRL_OFFSET) & in xlnx_i2s_probe()
/kernel/linux/linux-5.10/sound/soc/xilinx/
H A Dxlnx_i2s.c20 #define I2S_CORE_CTRL_OFFSET 0x08 macro
65 writel(1, base + I2S_CORE_CTRL_OFFSET); in xlnx_i2s_trigger()
70 writel(0, base + I2S_CORE_CTRL_OFFSET); in xlnx_i2s_trigger()

Completed in 2 milliseconds