Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/
H A Dti_gpio.c768 return (tgi->tgi_mode == GPIO_INTR_LEVEL_LOW || in ti_gpio_isrc_is_level()
769 tgi->tgi_mode == GPIO_INTR_LEVEL_HIGH); in ti_gpio_isrc_is_level()
816 sc->sc_isrcs[irq].tgi_mode = GPIO_INTR_CONFORM; in ti_gpio_pic_attach()
856 tgi->tgi_mode = mode; in ti_gpio_pic_config_intr()
1021 return (tgi->tgi_mode == mode ? 0 : EINVAL); in ti_gpio_pic_setup_intr()
H A Dti_gpio.h44 uint32_t tgi_mode; member