Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Drt5677.c956 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_dsp_work()
5291 if ((reg_gpio & RT5677_GPIO1_PIN_MASK) == RT5677_GPIO1_PIN_IRQ) in rt5677_check_hotword()
5296 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_check_hotword()
5510 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_init_irq()
H A Drt5677.h1577 #define RT5677_GPIO1_PIN_MASK (0x1 << 15) macro