Home
last modified time | relevance | path

Searched refs:FTGMAC100_INT_AHB_ERR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.h72 #define FTGMAC100_INT_AHB_ERR (1 << 8) macro
79 FTGMAC100_INT_AHB_ERR | \
H A Dftgmac100.c1192 if (status & FTGMAC100_INT_AHB_ERR) { in ftgmac100_interrupt()
/openbmc/u-boot/drivers/net/
H A Dftgmac100.h81 #define FTGMAC100_INT_AHB_ERR BIT(8) macro
/openbmc/qemu/hw/net/
H A Dftgmac100.c79 #define FTGMAC100_INT_AHB_ERR (1 << 8) macro
585 s->isr |= FTGMAC100_INT_AHB_ERR; in ftgmac100_do_tx()