Searched refs:tgi_mode (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm/ti/
H A Dti_gpio.h46 uint32_t tgi_mode; member in struct:ti_gpio_irqsrc
H A Dti_gpio.c811 return (tgi->tgi_mode == GPIO_INTR_LEVEL_LOW ||
812 tgi->tgi_mode == GPIO_INTR_LEVEL_HIGH);
859 sc->sc_isrcs[irq].tgi_mode = GPIO_INTR_CONFORM;
899 tgi->tgi_mode = mode;
1064 return (tgi->tgi_mode == mode ? 0 : EINVAL);

Completed in 74 milliseconds