ctrl4            4912 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u32 old_ctrl4, ctrl4;
ctrl4            4915 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	old_ctrl4 = ctrl4 = readl(port->base + MVPP22_XLG_CTRL4_REG);
ctrl4            4929 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	ctrl4 &= ~(MVPP22_XLG_CTRL4_MACMODSELECT_GMAC |
ctrl4            4931 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	ctrl4 |= MVPP22_XLG_CTRL4_FWD_FC | MVPP22_XLG_CTRL4_FWD_PFC;
ctrl4            4935 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (old_ctrl4 != ctrl4)
ctrl4            4936 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		writel(ctrl4, port->base + MVPP22_XLG_CTRL4_REG);
ctrl4            4951 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u32 old_ctrl4, ctrl4;
ctrl4            4956 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	old_ctrl4 = ctrl4 = readl(port->base + MVPP22_GMAC_CTRL_4_REG);
ctrl4            4966 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	ctrl4 &= ~(MVPP22_CTRL4_RX_FC_EN | MVPP22_CTRL4_TX_FC_EN);
ctrl4            4971 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		ctrl4 &= ~MVPP22_CTRL4_EXT_PIN_GMII_SEL;
ctrl4            4972 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		ctrl4 |= MVPP22_CTRL4_SYNC_BYPASS_DIS |
ctrl4            4977 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		ctrl4 &= ~MVPP22_CTRL4_EXT_PIN_GMII_SEL;
ctrl4            4978 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		ctrl4 |= MVPP22_CTRL4_SYNC_BYPASS_DIS |
ctrl4            4982 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		ctrl4 &= ~MVPP22_CTRL4_DP_CLK_SEL;
ctrl4            4983 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		ctrl4 |= MVPP22_CTRL4_EXT_PIN_GMII_SEL |
ctrl4            5006 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			ctrl4 |= MVPP22_CTRL4_TX_FC_EN;
ctrl4            5008 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			ctrl4 |= MVPP22_CTRL4_RX_FC_EN;
ctrl4            5018 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			ctrl4 |= MVPP22_CTRL4_TX_FC_EN;
ctrl4            5020 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			ctrl4 |= MVPP22_CTRL4_RX_FC_EN;
ctrl4            5037 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 				ctrl4 |= MVPP22_CTRL4_TX_FC_EN;
ctrl4            5039 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 				ctrl4 |= MVPP22_CTRL4_RX_FC_EN;
ctrl4            5072 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (old_ctrl4 != ctrl4)
ctrl4            5073 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		writel(ctrl4, port->base + MVPP22_GMAC_CTRL_4_REG);