Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_gpio.c1399 uint32_t irqcfg; in aw_gpio_pic_setup_intr() local
1424 irqcfg = AW_GPIO_INT_LEVEL_LOW << pinidx; in aw_gpio_pic_setup_intr()
1427 irqcfg = AW_GPIO_INT_LEVEL_HIGH << pinidx; in aw_gpio_pic_setup_intr()
1430 irqcfg = AW_GPIO_INT_EDGE_POSITIVE << pinidx; in aw_gpio_pic_setup_intr()
1433 irqcfg = AW_GPIO_INT_EDGE_NEGATIVE << pinidx; in aw_gpio_pic_setup_intr()
1436 irqcfg = AW_GPIO_INT_EDGE_BOTH << pinidx; in aw_gpio_pic_setup_intr()
1451 reg |= irqcfg; in aw_gpio_pic_setup_intr()