Searched refs:CS8427_UNLOCK (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | cs8427.h | 145 #define CS8427_UNLOCK (1<<4) /* PLL lock status bit */ macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | cs8427.h | 145 #define CS8427_UNLOCK (1<<4) /* PLL lock status bit */ macro
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | ews.c | 503 snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR); in snd_ice1712_ews_init() 508 snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR); in snd_ice1712_ews_init()
|
H A D | delta.c | 417 ucontrol->value.integer.value[0] = (reg & CS8427_UNLOCK) ? 1 : 0; in snd_ice1712_delta1010lt_wordclock_status_get()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ews.c | 506 snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR); in snd_ice1712_ews_init() 512 snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR); in snd_ice1712_ews_init()
|
H A D | delta.c | 417 ucontrol->value.integer.value[0] = (reg & CS8427_UNLOCK) ? 1 : 0; in snd_ice1712_delta1010lt_wordclock_status_get()
|
/kernel/linux/linux-5.10/sound/i2c/ |
H A D | cs8427.c | 168 /* CS8427_UNLOCK | CS8427_V | CS8427_CONF | CS8427_BIP | CS8427_PAR,*/ in snd_cs8427_init() 332 if (!(data & CS8427_UNLOCK)) in snd_cs8427_reset()
|
/kernel/linux/linux-6.6/sound/i2c/ |
H A D | cs8427.c | 172 /* CS8427_UNLOCK | CS8427_V | CS8427_CONF | CS8427_BIP | CS8427_PAR,*/ in snd_cs8427_init() 339 if (!(data & CS8427_UNLOCK)) in snd_cs8427_reset()
|
Completed in 9 milliseconds