Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsungem_phy.h127 #define MII_M1011_PHY_SPEC_STATUS_SPD_MASK 0xc000 macro
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec_phy.h54 #define MII_M1011_PHY_SPEC_STATUS_SPD_MASK 0xc000 macro
H A Duec_phy.c544 speed = status & MII_M1011_PHY_SPEC_STATUS_SPD_MASK; in marvell_read_status()