Searched refs:SR_PCS_MMD_CONTROL1 (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_xpcs.c | 42 value = sxgbe_xpcs_read(ndev, SR_PCS_MMD_CONTROL1); sxgbe_xpcs_init() 47 sxgbe_xpcs_write(ndev, SR_PCS_MMD_CONTROL1, value | BIT(11)); sxgbe_xpcs_init() 53 value = sxgbe_xpcs_read(ndev, SR_PCS_MMD_CONTROL1); sxgbe_xpcs_init() 54 sxgbe_xpcs_write(ndev, SR_PCS_MMD_CONTROL1, value & ~BIT(11)); sxgbe_xpcs_init() 70 value = sxgbe_xpcs_read(ndev, SR_PCS_MMD_CONTROL1); sxgbe_xpcs_init_1G() 71 sxgbe_xpcs_write(ndev, SR_PCS_MMD_CONTROL1, value & ~BIT(13)); sxgbe_xpcs_init_1G() 76 value = sxgbe_xpcs_read(ndev, SR_PCS_MMD_CONTROL1); sxgbe_xpcs_init_1G() 77 sxgbe_xpcs_write(ndev, SR_PCS_MMD_CONTROL1, value | BIT(11)); sxgbe_xpcs_init_1G() 83 value = sxgbe_xpcs_read(ndev, SR_PCS_MMD_CONTROL1); sxgbe_xpcs_init_1G() 84 sxgbe_xpcs_write(ndev, SR_PCS_MMD_CONTROL1, value & ~BIT(11)); sxgbe_xpcs_init_1G()
|
H A D | sxgbe_xpcs.h | 17 #define SR_PCS_MMD_CONTROL1 0x030000 macro
|
Completed in 37 milliseconds