Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmii.h59 #define BMSR_RFAULT 0x0010 /* Remote fault detected */ macro
H A Dmdio.h129 #define MDIO_AN_STAT1_RFAULT BMSR_RFAULT
/openbmc/u-boot/include/linux/
H A Dmii.h56 #define BMSR_RFAULT 0x0010 /* Remote fault detected */ macro
H A Dmdio.h101 #define MDIO_AN_STAT1_RFAULT BMSR_RFAULT
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Db44.c569 if (bmsr & BMSR_RFAULT) in b44_check_phy()