Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dirq-atmel-aic-common.c52 unsigned aic_type; in aic_common_set_type() local
56 aic_type = AT91_AIC_SRCTYPE_HIGH; in aic_common_set_type()
59 aic_type = AT91_AIC_SRCTYPE_RISING; in aic_common_set_type()
65 aic_type = AT91_AIC_SRCTYPE_LOW; in aic_common_set_type()
71 aic_type = AT91_AIC_SRCTYPE_FALLING; in aic_common_set_type()
78 *val |= aic_type; in aic_common_set_type()