Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_admaif.c121 unsigned int ch_stride = TEGRA_ADMAIF_CHANNEL_REG_STRIDE; in tegra_admaif_wr_reg() local
127 unsigned int rx_max = rx_base + (num_ch * ch_stride); in tegra_admaif_wr_reg()
128 unsigned int tx_max = tx_base + (num_ch * ch_stride); in tegra_admaif_wr_reg()
131 reg = (reg - rx_base) % ch_stride; in tegra_admaif_wr_reg()
138 reg = (reg - tx_base) % ch_stride; in tegra_admaif_wr_reg()
155 unsigned int ch_stride = TEGRA_ADMAIF_CHANNEL_REG_STRIDE; in tegra_admaif_rd_reg() local
161 unsigned int rx_max = rx_base + (num_ch * ch_stride); in tegra_admaif_rd_reg()
162 unsigned int tx_max = tx_base + (num_ch * ch_stride); in tegra_admaif_rd_reg()
165 reg = (reg - rx_base) % ch_stride; in tegra_admaif_rd_reg()
174 reg = (reg - tx_base) % ch_stride; in tegra_admaif_rd_reg()
199 unsigned int ch_stride = TEGRA_ADMAIF_CHANNEL_REG_STRIDE; tegra_admaif_volatile_reg() local
[all...]
/linux/sound/soc/qcom/
H A Dlpass-hdmi.h55 (v->hdmi_ch_lsb_addr + v->ch_stride * (port))
57 (v->hdmi_ch_msb_addr + v->ch_stride * (port))
H A Dlpass.h241 u32 ch_stride; member