Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-mlxbf3.c39 #define MLXBF_GPIO_CAUSE_OR_EVTEN0 0x14 macro
69 val = readl(gs->gpio_cause_io + MLXBF_GPIO_CAUSE_OR_EVTEN0); in mlxbf3_gpio_irq_enable()
71 writel(val, gs->gpio_cause_io + MLXBF_GPIO_CAUSE_OR_EVTEN0); in mlxbf3_gpio_irq_enable()
84 val = readl(gs->gpio_cause_io + MLXBF_GPIO_CAUSE_OR_EVTEN0); in mlxbf3_gpio_irq_disable()
86 writel(val, gs->gpio_cause_io + MLXBF_GPIO_CAUSE_OR_EVTEN0); in mlxbf3_gpio_irq_disable()
265 writel(0, gs->gpio_cause_io + MLXBF_GPIO_CAUSE_OR_EVTEN0); in mlxbf3_gpio_shutdown()