mac_addr_h       3342 drivers/net/ethernet/marvell/mvneta.c 	u32 mac_addr_l, mac_addr_h;
mac_addr_h       3345 drivers/net/ethernet/marvell/mvneta.c 	mac_addr_h = mvreg_read(pp, MVNETA_MAC_ADDR_HIGH);
mac_addr_h       3346 drivers/net/ethernet/marvell/mvneta.c 	addr[0] = (mac_addr_h >> 24) & 0xFF;
mac_addr_h       3347 drivers/net/ethernet/marvell/mvneta.c 	addr[1] = (mac_addr_h >> 16) & 0xFF;
mac_addr_h       3348 drivers/net/ethernet/marvell/mvneta.c 	addr[2] = (mac_addr_h >> 8) & 0xFF;
mac_addr_h       3349 drivers/net/ethernet/marvell/mvneta.c 	addr[3] = mac_addr_h & 0xFF;
mac_addr_h       3535 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	u32 mac_addr_l, mac_addr_m, mac_addr_h;
mac_addr_h       3539 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	mac_addr_h = readl(port->priv->lms_base + MVPP2_SRC_ADDR_HIGH);
mac_addr_h       3540 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	addr[0] = (mac_addr_h >> 24) & 0xFF;
mac_addr_h       3541 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	addr[1] = (mac_addr_h >> 16) & 0xFF;
mac_addr_h       3542 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	addr[2] = (mac_addr_h >> 8) & 0xFF;
mac_addr_h       3543 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	addr[3] = mac_addr_h & 0xFF;