Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-pci.c214 unsigned int ma_lo, ma_hi; in xgbe_pci_probe() local
324 ma_hi = XP_IOREAD(pdata, XP_MAC_ADDR_HI); in xgbe_pci_probe()
329 pdata->mac_addr[4] = ma_hi & 0xff; in xgbe_pci_probe()
330 pdata->mac_addr[5] = (ma_hi >> 8) & 0xff; in xgbe_pci_probe()
331 if (!XP_GET_BITS(ma_hi, XP_MAC_ADDR_HI, VALID) || in xgbe_pci_probe()