Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dirq.h246 IRQD_DEFAULT_TRIGGER_SET = BIT(25), enumerator
283 return __irqd_to_state(d) & IRQD_DEFAULT_TRIGGER_SET; in irqd_trigger_type_was_set()
299 __irqd_to_state(d) |= IRQD_DEFAULT_TRIGGER_SET; in irqd_set_trigger_type()
/openbmc/linux/kernel/irq/
H A Ddebugfs.c130 BIT_MASK_DESCR(IRQD_DEFAULT_TRIGGER_SET),