Searched refs:ma_hi (Results 1 – 1 of 1) sorted by relevance
214 unsigned int ma_lo, ma_hi; in xgbe_pci_probe() local314 ma_hi = XP_IOREAD(pdata, XP_MAC_ADDR_HI); in xgbe_pci_probe()319 pdata->mac_addr[4] = ma_hi & 0xff; in xgbe_pci_probe()320 pdata->mac_addr[5] = (ma_hi >> 8) & 0xff; in xgbe_pci_probe()321 if (!XP_GET_BITS(ma_hi, XP_MAC_ADDR_HI, VALID) || in xgbe_pci_probe()