Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt700.c63 unsigned int btn_type = 0, val80, val81; in rt700_button_detect() local
66 ret = rt700_index_read(rt700->regmap, RT700_IRQ_FLAG_TABLE1, &val80); in rt700_button_detect()
73 val80 &= 0x0381; in rt700_button_detect()
76 switch (val80) { in rt700_button_detect()
H A Drt711.c139 unsigned int btn_type = 0, val80, val81; in rt711_button_detect() local
143 RT711_IRQ_FLAG_TABLE1, &val80); in rt711_button_detect()
151 val80 &= 0x0381; in rt711_button_detect()
154 switch (val80) { in rt711_button_detect()