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

/linux-4.1.27/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c47 #define BYT_TRIG_POS BIT(25) macro
179 value &= ~(BYT_TRIG_POS | BYT_TRIG_NEG | BYT_TRIG_LVL); byt_gpio_clear_triggering()
260 /* For level trigges the BYT_TRIG_POS and BYT_TRIG_NEG bits byt_irq_type()
263 value &= ~(BYT_DIRECT_IRQ_EN | BYT_TRIG_POS | BYT_TRIG_NEG | byt_irq_type()
418 conf0 & BYT_TRIG_POS ? " rise" : " ", byt_gpio_dbg_show()
486 value |= BYT_TRIG_POS; byt_irq_unmask()
494 value |= (BYT_TRIG_NEG | BYT_TRIG_POS); byt_irq_unmask()

Completed in 39 milliseconds