Searched refs:MII_M1011_PHY_SPEC_STATUS_SPD_MASK (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/qe/ | ||
D | uec_phy.h | 53 #define MII_M1011_PHY_SPEC_STATUS_SPD_MASK 0xc000 macro |
D | uec_phy.c | 543 speed = status & MII_M1011_PHY_SPEC_STATUS_SPD_MASK; in marvell_read_status() |