Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dpatch_cs8409-tables.c145 { CS42L42_DET_INT1_MASK, 0xff },
342 { CS42L42_DET_INT1_MASK, 0xff },
398 { CS42L42_DET_INT1_MASK, 0xff },
/openbmc/linux/sound/soc/codecs/
H A Dcs42l83-i2c.c77 { CS42L42_DET_INT1_MASK, 0xE0 },
H A Dcs42l42.c108 { CS42L42_DET_INT1_MASK, 0xE0 },
263 case CS42L42_DET_INT1_MASK: in cs42l42_readable_register()
1651 {CS42L42_DET_INT_STATUS1, CS42L42_DET_INT1_MASK,
1852 regmap_update_bits(cs42l42->regmap, CS42L42_DET_INT1_MASK, in cs42l42_set_interrupt_masks()
2136 REG_SEQ0(CS42L42_DET_INT1_MASK, 0xE0),
/openbmc/linux/include/sound/
H A Dcs42l42.h592 #define CS42L42_DET_INT1_MASK (CS42L42_PAGE_1B + 0x79) macro