Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tqmx86.c118 u8 type = TQMX86_GPII_NONE, gpiic; in tqmx86_gpio_irq_config() local
129 gpiic = tqmx86_gpio_read(gpio, TQMX86_GPIIC); in tqmx86_gpio_irq_config()
130 gpiic &= ~(TQMX86_GPII_MASK << (offset * TQMX86_GPII_BITS)); in tqmx86_gpio_irq_config()
131 gpiic |= type << (offset * TQMX86_GPII_BITS); in tqmx86_gpio_irq_config()
132 tqmx86_gpio_write(gpio, gpiic, TQMX86_GPIIC); in tqmx86_gpio_irq_config()