Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dadau1373.c71 #define ADAU1373_PLL_CTRL1(x) (0x29 + (x) * 7) macro
196 { ADAU1373_PLL_CTRL1(0), 0x00 },
203 { ADAU1373_PLL_CTRL1(1), 0x00 },
1336 regmap_write(adau1373->regmap, ADAU1373_PLL_CTRL1(pll_id), (m >> 8) & 0xff); in adau1373_set_pll()