Home
last modified time | relevance | path

Searched refs:ch_stride (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra210_admaif.c83 unsigned int ch_stride = TEGRA_ADMAIF_CHANNEL_REG_STRIDE; in tegra_admaif_wr_reg() local
89 unsigned int rx_max = rx_base + (num_ch * ch_stride); in tegra_admaif_wr_reg()
90 unsigned int tx_max = tx_base + (num_ch * ch_stride); in tegra_admaif_wr_reg()
93 reg = (reg - rx_base) % ch_stride; in tegra_admaif_wr_reg()
100 reg = (reg - tx_base) % ch_stride; in tegra_admaif_wr_reg()
117 unsigned int ch_stride = TEGRA_ADMAIF_CHANNEL_REG_STRIDE; in tegra_admaif_rd_reg() local
123 unsigned int rx_max = rx_base + (num_ch * ch_stride); in tegra_admaif_rd_reg()
124 unsigned int tx_max = tx_base + (num_ch * ch_stride); in tegra_admaif_rd_reg()
127 reg = (reg - rx_base) % ch_stride; in tegra_admaif_rd_reg()
136 reg = (reg - tx_base) % ch_stride; in tegra_admaif_rd_reg()
[all …]
/kernel/linux/linux-5.10/sound/soc/qcom/
Dlpass-hdmi.h55 (v->hdmi_ch_lsb_addr + v->ch_stride * (port))
57 (v->hdmi_ch_msb_addr + v->ch_stride * (port))
Dlpass.h158 u32 ch_stride; member
Dlpass-sc7180.c212 .ch_stride = 0x8,