Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcs8427.h72 #define CS8427_RUN (1<<6) /* 0 = clock off, 1 = clock on */ macro
/openbmc/linux/sound/i2c/
H A Dcs8427.c325 chip->regmap[CS8427_REG_CLOCKSOURCE] &= ~(CS8427_RUN | CS8427_RXDMASK); in snd_cs8427_reset()
329 chip->regmap[CS8427_REG_CLOCKSOURCE] |= CS8427_RUN | CS8427_RXDILRCK; in snd_cs8427_reset()