Searched refs:channel_base (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/soc/img/ |
H A D | img-i2s-in.c | 58 void __iomem *channel_base; member 101 writel(val, i2s->channel_base + (chan * IMG_I2S_IN_CH_STRIDE) + reg); in img_i2s_in_ch_writel() 107 return readl(i2s->channel_base + (chan * IMG_I2S_IN_CH_STRIDE) + reg); in img_i2s_in_ch_readl() 451 i2s->channel_base = base + (max_i2s_chan_pow_2 * 0x20); in img_i2s_in_probe()
|
H A D | img-i2s-out.c | 58 void __iomem *channel_base; member 112 writel(val, i2s->channel_base + (chan * IMG_I2S_OUT_CH_STRIDE) + reg); in img_i2s_out_ch_writel() 118 return readl(i2s->channel_base + (chan * IMG_I2S_OUT_CH_STRIDE) + reg); in img_i2s_out_ch_readl() 457 i2s->channel_base = base + (max_i2s_chan_pow_2 * 0x20); in img_i2s_out_probe()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | at91_adc.c | 136 (st->registers->channel_base + (ch * 4)) 183 u8 channel_base; member 1276 .channel_base = AT91_ADC_CHR(0), 1301 .channel_base = AT91_ADC_CHR(0), 1319 .channel_base = AT91_ADC_CHR(0), 1340 .channel_base = AT91_ADC_CDR0_9X5, 1362 .channel_base = AT91_ADC_CDR0_9X5,
|
/openbmc/linux/drivers/dma/ti/ |
H A D | omap-dma.c | 65 void __iomem *channel_base; member 373 omap_dma_write(val, r->type, c->channel_base + r->offset); in omap_dma_chan_write() 380 return omap_dma_read(r->type, c->channel_base + r->offset); in omap_dma_chan_read() 417 c->channel_base = od->base + od->plat->channel_stride * lch; in omap_dma_assign() 772 c->channel_base = NULL; in omap_dma_free_chan_resources()
|