Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmii.h56 #define BMSR_JCD 0x0002 /* Jabber detected */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h53 #define BMSR_JCD 0x0002 /* Jabber detected */ macro
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Db44.c571 if (bmsr & BMSR_JCD) in b44_check_phy()