Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dadau1372.c42 #define ADAU1372_REG_PLL(x) (0x01 + (x)) macro
774 ret = regmap_read(adau1372->regmap, ADAU1372_REG_PLL(5), &val); in adau1372_enable_pll()
910 regmap_write(adau1372->regmap, ADAU1372_REG_PLL(i), regs[i]); in adau1372_setup_pll()
995 { ADAU1372_REG_PLL(0), 0x00 },
996 { ADAU1372_REG_PLL(1), 0x00 },
997 { ADAU1372_REG_PLL(2), 0x00 },
998 { ADAU1372_REG_PLL(3), 0x00 },
999 { ADAU1372_REG_PLL(4), 0x00 },
1000 { ADAU1372_REG_PLL(5), 0x00 },
1045 if (reg == ADAU1372_REG_PLL(5)) in adau1372_volatile_register()