Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-blzp1600.c122 u32 edge_level, single_both, fall_rise; in blzp1600_gpio_irq_set_type() local
127 single_both = blzp1600_gpio_read(chip, GPIO_IBE_REG); in blzp1600_gpio_irq_set_type()
133 single_both |= mask; in blzp1600_gpio_irq_set_type()
137 single_both &= ~mask; in blzp1600_gpio_irq_set_type()
142 single_both &= ~mask; in blzp1600_gpio_irq_set_type()
158 blzp1600_gpio_write(chip, GPIO_IBE_REG, single_both); in blzp1600_gpio_irq_set_type()