Home
last modified time | relevance | path

Searched refs:CS35L41_PDN_DONE_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/sound/soc/codecs/
Dcs35l41-lib.c1212 pup_pdn_mask = enable ? CS35L41_PUP_DONE_MASK : CS35L41_PDN_DONE_MASK; in cs35l41_global_enable()
1328 int_status & CS35L41_PDN_DONE_MASK, 1000, 100000); in cs35l41_global_enable()
1335 regmap_write(regmap, CS35L41_IRQ1_STATUS1, CS35L41_PDN_DONE_MASK); in cs35l41_global_enable()
/Linux-v6.6/include/sound/
Dcs35l41.h674 #define CS35L41_PDN_DONE_MASK 0x00800000 macro