Home
last modified time | relevance | path

Searched refs:CS42L42_PLL_LOCK_INT_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/sound/pci/hda/
Dpatch_cs8409-tables.c143 { CS42L42_PLL_LOCK_INT_MASK, 0xff },
340 { CS42L42_PLL_LOCK_INT_MASK, 0xff },
396 { CS42L42_PLL_LOCK_INT_MASK, 0xff },
/linux-5.19.10/sound/soc/codecs/
Dcs42l42.c82 { CS42L42_PLL_LOCK_INT_MASK, 0x01 },
233 case CS42L42_PLL_LOCK_INT_MASK: in cs42l42_readable_register()
1607 {CS42L42_PLL_LOCK_STATUS, CS42L42_PLL_LOCK_INT_MASK,
1820 regmap_update_bits(cs42l42->regmap, CS42L42_PLL_LOCK_INT_MASK, in cs42l42_set_interrupt_masks()
2077 REG_SEQ0(CS42L42_PLL_LOCK_INT_MASK, 0x01),
/linux-5.19.10/include/sound/
Dcs42l42.h454 #define CS42L42_PLL_LOCK_INT_MASK (CS42L42_PAGE_13 + 0x1F) macro