Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
Dsmc911x.h28 #define SMC_IRQ_SENSE IRQF_TRIGGER_FALLING macro
32 #define SMC_IRQ_SENSE IRQF_TRIGGER_LOW macro
36 #define SMC_IRQ_SENSE IRQF_TRIGGER_LOW macro
41 #define SMC_IRQ_SENSE IRQF_TRIGGER_LOW macro
Dsmc911x.c1949 irq_flags = IRQF_SHARED | SMC_IRQ_SENSE; in smc911x_probe()