Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-tc3589x.c22 enum { REG_IBE, REG_IEV, REG_IS, REG_IE, REG_DIRECT }; enumerator
176 tc3589x_gpio->regs[REG_IS][regoffset] |= mask; in tc3589x_gpio_irq_set_type()
178 tc3589x_gpio->regs[REG_IS][regoffset] &= ~mask; in tc3589x_gpio_irq_set_type()
204 [REG_IS] = TC3589x_GPIOIS0, in tc3589x_gpio_irq_sync_unlock()