Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ds626.c1253 case S626_IRQ_RPS1: /* end_of_scan occurs */ in s626_irq_handler()
1707 writel(S626_IRQ_RPS1 | S626_IRQ_GPIO3, dev->mmio + S626_P_ISR); in s626_ai_cmd()
1785 writel(S626_IRQ_GPIO3 | S626_IRQ_RPS1, dev->mmio + S626_P_IER); in s626_ai_cmd()
2554 writel(S626_IRQ_GPIO3 | S626_IRQ_RPS1, in s626_detach()
H A Ds626.h75 #define S626_IRQ_RPS1 0x10000000 macro