Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpio-omap.c41 u32 fallingdetect; member
300 bank->context.fallingdetect = in omap_set_gpio_trigger()
1101 p->context.fallingdetect = readl_relaxed(base + regs->fallingdetect); in omap_gpio_init_context()
1120 writel_relaxed(bank->context.fallingdetect, base + regs->fallingdetect); in omap_gpio_restore_context()
1156 mask &= ~bank->context.fallingdetect; in omap_gpio_idle()
1215 writel_relaxed(bank->context.fallingdetect, in omap_gpio_unidle()
1216 bank->base + bank->regs->fallingdetect); in omap_gpio_unidle()
1236 gen0 = l & bank->context.fallingdetect; in omap_gpio_unidle()
1243 gen = l & (~(bank->context.fallingdetect) & in omap_gpio_unidle()
1329 .fallingdetect = OMAP24XX_GPIO_FALLINGDETECT,
[all …]
/linux-6.15/include/linux/platform_data/
H A Dgpio-omap.h171 u16 fallingdetect; member