Searched refs:mdac (Results 1 – 5 of 5) sorted by relevance
264 int mdac, ndac, bclk_div, mclk_div; in codec_configure_clocks() local300 mdac = dac_clk / mod_clk; in codec_configure_clocks()303 if ((mdac * mod_clk) == dac_clk) { in codec_configure_clocks()318 LOG_DBG("NDAC: %u MDAC: %u OSR: %u", ndac, mdac, osr); in codec_configure_clocks()321 bclk_div = osr * mdac / (i2s->word_size * 2U); /* stereo */ in codec_configure_clocks()322 if ((bclk_div * i2s->word_size * 2) != (osr * mdac)) { in codec_configure_clocks()337 (uint8_t)(MDAC_DIV(mdac) | MDAC_POWER_UP_MASK)); in codec_configure_clocks()
31 mdac = <0x60>;
32 mdac = <0x00>;
36 uint8_t mdac; member314 tmp = config->mdac;440 .mdac = DT_INST_PROP(inst, mdac), \
197 mdac = <0x00>;