Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-davinci.c38 u32 set_falling; member
312 writel_relaxed(mask, &g->set_falling); in gpio_irq_unmask()
425 ? &g->set_falling : &g->clr_falling); in gpio_irq_type_unbanked()
566 writel_relaxed(~0, &g->set_falling); in davinci_gpio_irq_setup()
644 context->set_falling = readl_relaxed(&g->set_falling); in davinci_gpio_save_context()
673 if (readl_relaxed(&g->set_falling) != context->set_falling) in davinci_gpio_restore_context()
674 writel_relaxed(context->set_falling, &g->set_falling); in davinci_gpio_restore_context()
/openbmc/u-boot/drivers/gpio/
H A Dda8xx_gpio.h14 unsigned int set_falling; member