Home
last modified time | relevance | path

Searched refs:mac_addr_h (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmvneta.c3778 u32 mac_addr_l, mac_addr_h; in mvneta_get_mac_addr() local
3781 mac_addr_h = mvreg_read(pp, MVNETA_MAC_ADDR_HIGH); in mvneta_get_mac_addr()
3782 addr[0] = (mac_addr_h >> 24) & 0xFF; in mvneta_get_mac_addr()
3783 addr[1] = (mac_addr_h >> 16) & 0xFF; in mvneta_get_mac_addr()
3784 addr[2] = (mac_addr_h >> 8) & 0xFF; in mvneta_get_mac_addr()
3785 addr[3] = mac_addr_h & 0xFF; in mvneta_get_mac_addr()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmvneta.c3925 u32 mac_addr_l, mac_addr_h; in mvneta_get_mac_addr() local
3928 mac_addr_h = mvreg_read(pp, MVNETA_MAC_ADDR_HIGH); in mvneta_get_mac_addr()
3929 addr[0] = (mac_addr_h >> 24) & 0xFF; in mvneta_get_mac_addr()
3930 addr[1] = (mac_addr_h >> 16) & 0xFF; in mvneta_get_mac_addr()
3931 addr[2] = (mac_addr_h >> 8) & 0xFF; in mvneta_get_mac_addr()
3932 addr[3] = mac_addr_h & 0xFF; in mvneta_get_mac_addr()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4326 u32 mac_addr_l, mac_addr_m, mac_addr_h; in mvpp21_get_mac_address() local
4330 mac_addr_h = readl(port->priv->lms_base + MVPP2_SRC_ADDR_HIGH); in mvpp21_get_mac_address()
4331 addr[0] = (mac_addr_h >> 24) & 0xFF; in mvpp21_get_mac_address()
4332 addr[1] = (mac_addr_h >> 16) & 0xFF; in mvpp21_get_mac_address()
4333 addr[2] = (mac_addr_h >> 8) & 0xFF; in mvpp21_get_mac_address()
4334 addr[3] = mac_addr_h & 0xFF; in mvpp21_get_mac_address()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4687 u32 mac_addr_l, mac_addr_m, mac_addr_h; in mvpp21_get_mac_address() local
4691 mac_addr_h = readl(port->priv->lms_base + MVPP2_SRC_ADDR_HIGH); in mvpp21_get_mac_address()
4692 addr[0] = (mac_addr_h >> 24) & 0xFF; in mvpp21_get_mac_address()
4693 addr[1] = (mac_addr_h >> 16) & 0xFF; in mvpp21_get_mac_address()
4694 addr[2] = (mac_addr_h >> 8) & 0xFF; in mvpp21_get_mac_address()
4695 addr[3] = mac_addr_h & 0xFF; in mvpp21_get_mac_address()

Completed in 35 milliseconds