Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsmsc911x.h31 #define SMSC911X_IRQ_TYPE_PUSH_PULL 1 macro
/openbmc/linux/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7269.c21 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
/openbmc/linux/arch/sh/boards/
H A Dboard-sh2007.c30 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
/openbmc/linux/arch/mips/alchemy/devboards/
H A Ddb1300.c242 .irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2399 config->irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL; in smsc911x_probe_config()