Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmdio.h97 #define MDIO_AN_STAT1_RFAULT BMSR_RFAULT
Dmii.h55 #define BMSR_RFAULT 0x0010 /* Remote fault detected */ macro
/linux-3.4.99/drivers/net/ethernet/broadcom/
Db44.c570 if (bmsr & BMSR_RFAULT) in b44_check_phy()