Home
last modified time | relevance | path

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

/drivers/gpio/
A Dgpio-timberdale.c136 u32 lvr, flr, bflr = 0; in timbgpio_irq_type() local
150 bflr = ioread32(tgpio->membase + TGPIO_BFLR); in timbgpio_irq_type()
153 bflr &= ~(1 << offset); in timbgpio_irq_type()
167 bflr |= 1 << offset; in timbgpio_irq_type()
170 bflr &= ~(1 << offset); in timbgpio_irq_type()
181 iowrite32(bflr, tgpio->membase + TGPIO_BFLR); in timbgpio_irq_type()

Completed in 4 milliseconds