Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c401 unsigned int ma_lo, ma_hi; in axgbe_if_attach_pre() local
483 ma_hi = XP_IOREAD(pdata, XP_MAC_ADDR_HI); in axgbe_if_attach_pre()
488 pdata->mac_addr[4] = ma_hi & 0xff; in axgbe_if_attach_pre()
489 pdata->mac_addr[5] = (ma_hi >> 8) & 0xff; in axgbe_if_attach_pre()
490 if (!XP_GET_BITS(ma_hi, XP_MAC_ADDR_HI, VALID)) { in axgbe_if_attach_pre()