new_ctrl4 3478 drivers/net/ethernet/marvell/mvneta.c u32 new_ctrl4, gmac_ctrl4 = mvreg_read(pp, MVNETA_GMAC_CTRL_4); new_ctrl4 3485 drivers/net/ethernet/marvell/mvneta.c new_ctrl4 = gmac_ctrl4 & ~(MVNETA_GMAC4_SHORT_PREAMBLE_ENABLE); new_ctrl4 3562 drivers/net/ethernet/marvell/mvneta.c new_ctrl4 |= MVNETA_GMAC4_SHORT_PREAMBLE_ENABLE; new_ctrl4 3578 drivers/net/ethernet/marvell/mvneta.c if (new_ctrl4 != gmac_ctrl4) new_ctrl4 3579 drivers/net/ethernet/marvell/mvneta.c mvreg_write(pp, MVNETA_GMAC_CTRL_4, new_ctrl4);