Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
H A Dtegra210_admaif.c29 #define RX_REG_DEFAULTS(id, rx_ctrl, rx_base, cif_ctrl) \ argument
31 { CH_REG(rx_base, TEGRA_ADMAIF_CH_ACIF_RX_CTRL, id), cif_ctrl }, \
34 #define TX_REG_DEFAULTS(id, tx_ctrl, tx_base, cif_ctrl) \ argument
36 { CH_REG(tx_base, TEGRA_ADMAIF_CH_ACIF_TX_CTRL, id), cif_ctrl }, \
H A Dtegra210_i2s.c108 unsigned int cif_ctrl, stream_ctrl, i2s_ctrl, val; in tegra210_i2s_sw_reset() local
122 regmap_read(i2s->regmap, cif_reg, &cif_ctrl); in tegra210_i2s_sw_reset()
139 regmap_write(i2s->regmap, cif_reg, cif_ctrl); in tegra210_i2s_sw_reset()