Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-blzp1600.c58 static inline void blzp1600_gpio_write(struct blzp1600_gpio *chip, unsigned int offset, u32 val) in blzp1600_gpio_write() function
95 blzp1600_gpio_write(chip, GPIO_IC_REG, BIT(d->hwirq)); in blzp1600_gpio_irq_ack()
156 blzp1600_gpio_write(chip, GPIO_IS_REG, edge_level); in blzp1600_gpio_irq_set_type()
157 blzp1600_gpio_write(chip, GPIO_IBE_REG, single_both); in blzp1600_gpio_irq_set_type()
158 blzp1600_gpio_write(chip, GPIO_IEV_REG, fall_rise); in blzp1600_gpio_irq_set_type()