Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Drt700.c62 unsigned int btn_type = 0, val80, val81; in rt700_button_detect() local
65 ret = rt700_index_read(rt700->regmap, RT700_IRQ_FLAG_TABLE1, &val80); in rt700_button_detect()
72 val80 &= 0x0381; in rt700_button_detect()
75 switch (val80) { in rt700_button_detect()
Drt711.c138 unsigned int btn_type = 0, val80, val81; in rt711_button_detect() local
142 RT711_IRQ_FLAG_TABLE1, &val80); in rt711_button_detect()
150 val80 &= 0x0381; in rt711_button_detect()
153 switch (val80) { in rt711_button_detect()