Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/
Dmvneta.c4066 u32 new_ctrl4, gmac_ctrl4 = mvreg_read(pp, MVNETA_GMAC_CTRL_4); in mvneta_mac_config() local
4071 new_ctrl4 = gmac_ctrl4 & ~(MVNETA_GMAC4_SHORT_PREAMBLE_ENABLE); in mvneta_mac_config()
4099 new_ctrl4 |= MVNETA_GMAC4_SHORT_PREAMBLE_ENABLE; in mvneta_mac_config()
4105 if (new_ctrl4 != gmac_ctrl4) in mvneta_mac_config()
4106 mvreg_write(pp, MVNETA_GMAC_CTRL_4, new_ctrl4); in mvneta_mac_config()