Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dcs8427.h160 #define CS8427_UNLOCK (1<<4) /* PLL lock status bit */ macro
/linux-4.1.27/sound/pci/ice1712/
Dews.c517 …snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP… in snd_ice1712_ews_init()
522 …snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP… in snd_ice1712_ews_init()
Ddelta.c431 ucontrol->value.integer.value[0] = (reg & CS8427_UNLOCK) ? 1 : 0; in snd_ice1712_delta1010lt_wordclock_status_get()
/linux-4.1.27/sound/i2c/
Dcs8427.c347 if (!(data & CS8427_UNLOCK)) in snd_cs8427_reset()