Searched refs:JZ_REG_AIC_CONF (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/jz4740/ |
H A D | jz4740-i2s.c | 26 #define JZ_REG_AIC_CONF 0x00 macro 262 regmap_read(i2s->regmap, JZ_REG_AIC_CONF, &conf); in jz4740_i2s_hw_params() 363 .field_rx_fifo_thresh = REG_FIELD(JZ_REG_AIC_CONF, 12, 15), 364 .field_tx_fifo_thresh = REG_FIELD(JZ_REG_AIC_CONF, 8, 11), 372 .field_rx_fifo_thresh = REG_FIELD(JZ_REG_AIC_CONF, 24, 27), 373 .field_tx_fifo_thresh = REG_FIELD(JZ_REG_AIC_CONF, 16, 20), 380 .field_rx_fifo_thresh = REG_FIELD(JZ_REG_AIC_CONF, 24, 27), 381 .field_tx_fifo_thresh = REG_FIELD(JZ_REG_AIC_CONF, 16, 20), 404 .field_rx_fifo_thresh = REG_FIELD(JZ_REG_AIC_CONF, 24, 27), 405 .field_tx_fifo_thresh = REG_FIELD(JZ_REG_AIC_CONF, 16, 20), [all …]
|