Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dks8851_mll.h209 #define IRQ_RXPSI (1 << 8) macro
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dks8851.h195 #define IRQ_RXPSI (1 << 8) macro
H A Dks8851_par.c294 IRQ_RXPSI) /* RX process stop */ in ks8851_probe_par()
H A Dks8851_spi.c435 IRQ_RXPSI) /* RX process stop */ in ks8851_probe_spi()
H A Dks8851_common.c379 if (status & IRQ_RXPSI) { in ks8851_irq()