Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs35l41.c468 if (status[2] & CS35L41_PLL_LOCK) { in cs35l41_irq()
469 regmap_write(cs35l41->regmap, CS35L41_IRQ1_STATUS3, CS35L41_PLL_LOCK); in cs35l41_irq()
/openbmc/linux/include/sound/
H A Dcs35l41.h690 #define CS35L41_PLL_LOCK BIT(1) macro