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

/linux-master/include/sound/
H A Dcs8427.h145 #define CS8427_UNLOCK (1<<4) /* PLL lock status bit */ macro
/linux-master/sound/pci/ice1712/
H A Dews.c506 snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR);
512 snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR);
H A Ddelta.c417 ucontrol->value.integer.value[0] = (reg & CS8427_UNLOCK) ? 1 : 0;
/linux-master/sound/i2c/
H A Dcs8427.c172 /* CS8427_UNLOCK | CS8427_V | CS8427_CONF | CS8427_BIP | CS8427_PAR,*/
339 if (!(data & CS8427_UNLOCK))

Completed in 194 milliseconds