Home
last modified time | relevance | path

Searched refs:FTMAC100_INT_PHYSTS_CHG (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dftmac100.h65 #define FTMAC100_INT_PHYSTS_CHG (1 << 9) macro
/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftmac100.h57 #define FTMAC100_INT_PHYSTS_CHG (1 << 9) macro
H A Dftmac100.c85 FTMAC100_INT_PHYSTS_CHG)
949 FTMAC100_INT_AHB_ERR | FTMAC100_INT_PHYSTS_CHG)) { in ftmac100_poll()
955 status & FTMAC100_INT_PHYSTS_CHG ? "PHYSTS_CHG" : ""); in ftmac100_poll()
967 if (status & FTMAC100_INT_PHYSTS_CHG) { in ftmac100_poll()