Home
last modified time | relevance | path

Searched refs:mac_addr_m (Results 1 - 2 of 2) sorted by relevance

/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
4329 mac_addr_m = readl(port->priv->lms_base + MVPP2_SRC_ADDR_MIDDLE); in mvpp21_get_mac_address()
4335 addr[4] = mac_addr_m & 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
4690 mac_addr_m = readl(port->priv->lms_base + MVPP2_SRC_ADDR_MIDDLE); in mvpp21_get_mac_address()
4696 addr[4] = mac_addr_m & 0xFF; in mvpp21_get_mac_address()

Completed in 19 milliseconds