Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-meson-gpio.c37 #define REG_EDGE_POL_LOW(params, x) BIT((params)->pol_low_offset + (x)) macro
41 REG_EDGE_POL_LOW(params, x) | \
293 val |= REG_EDGE_POL_LOW(params, idx); in meson_gpio_irq_type_setup()