Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-xgene-sb.c78 int lvl_type = GPIO_INT_LEVEL_H; in xgene_gpio_sb_irq_set_type() local
83 lvl_type = GPIO_INT_LEVEL_H; in xgene_gpio_sb_irq_set_type()
87 lvl_type = GPIO_INT_LEVEL_L; in xgene_gpio_sb_irq_set_type()
96 d->hwirq, lvl_type); in xgene_gpio_sb_irq_set_type()
Dgpio-tegra.c305 unsigned int gpio = d->hwirq, port = GPIO_PORT(gpio), lvl_type; in tegra_gpio_irq_set_type() local
314 lvl_type = GPIO_INT_LVL_EDGE_RISING; in tegra_gpio_irq_set_type()
318 lvl_type = GPIO_INT_LVL_EDGE_FALLING; in tegra_gpio_irq_set_type()
322 lvl_type = GPIO_INT_LVL_EDGE_BOTH; in tegra_gpio_irq_set_type()
326 lvl_type = GPIO_INT_LVL_LEVEL_HIGH; in tegra_gpio_irq_set_type()
330 lvl_type = GPIO_INT_LVL_LEVEL_LOW; in tegra_gpio_irq_set_type()
341 val |= lvl_type << GPIO_BIT(gpio); in tegra_gpio_irq_set_type()
Dgpio-bcm-kona.c407 u32 lvl_type; in bcm_kona_gpio_irq_set_type() local
415 lvl_type = GPIO_GPCTR0_ITR_CMD_RISING_EDGE; in bcm_kona_gpio_irq_set_type()
419 lvl_type = GPIO_GPCTR0_ITR_CMD_FALLING_EDGE; in bcm_kona_gpio_irq_set_type()
423 lvl_type = GPIO_GPCTR0_ITR_CMD_BOTH_EDGE; in bcm_kona_gpio_irq_set_type()
439 val |= lvl_type << GPIO_GPCTR0_ITR_SHIFT; in bcm_kona_gpio_irq_set_type()