Searched refs:SR_MII_MMD_CONTROL (Results 1 – 2 of 2) sorted by relevance
73 value = sxgbe_xpcs_read(ndev, SR_MII_MMD_CONTROL); in sxgbe_xpcs_init_1G()74 sxgbe_xpcs_write(ndev, SR_MII_MMD_CONTROL, value | BIT(6)); in sxgbe_xpcs_init_1G()75 sxgbe_xpcs_write(ndev, SR_MII_MMD_CONTROL, value & ~BIT(13)); in sxgbe_xpcs_init_1G()87 value = sxgbe_xpcs_read(ndev, SR_MII_MMD_CONTROL); in sxgbe_xpcs_init_1G()88 sxgbe_xpcs_write(ndev, SR_MII_MMD_CONTROL, value | BIT(12)); in sxgbe_xpcs_init_1G()
21 #define SR_MII_MMD_CONTROL 0x1F0000 macro