Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/img/
H A Dimg-i2s-in.c426 unsigned int max_i2s_chan_pow_2; in img_i2s_in_probe() local
449 max_i2s_chan_pow_2 = 1 << get_count_order(i2s->max_i2s_chan); in img_i2s_in_probe()
451 i2s->channel_base = base + (max_i2s_chan_pow_2 * 0x20); in img_i2s_in_probe()
H A Dimg-i2s-out.c431 unsigned int max_i2s_chan_pow_2; in img_i2s_out_probe() local
455 max_i2s_chan_pow_2 = 1 << get_count_order(i2s->max_i2s_chan); in img_i2s_out_probe()
457 i2s->channel_base = base + (max_i2s_chan_pow_2 * 0x20); in img_i2s_out_probe()