Lines Matching +full:24 +full:gbit
202 #define NVREG_BKOFFCTRL_SELECT 24
258 #define NVREG_ADAPTCTL_PHYSHIFT 24
272 #define NVREG_WAKEUPFLAGS_BUSYSHIFT 24
367 #define NV_TX_FORCED_INTERRUPT (1<<24)
399 #define NV_RX_ERROR2 (1<<24)
421 #define NV_RX2_FRAMINGERR (1<<24)
2770 readl(base + i + 24), readl(base + i + 28)); in nv_tx_timeout()
3163 (dev->dev_addr[2] << 16) + (dev->dev_addr[3] << 24); in nv_copy_mac_to_hw()
5899 dev->dev_addr[3] = (np->orig_mac[0] >> 24) & 0xff; in nv_probe()
5907 dev->dev_addr[3] = (np->orig_mac[0] >> 24) & 0xff; in nv_probe()
5916 (dev->dev_addr[3] << 16) + (dev->dev_addr[2] << 24); in nv_probe()
5922 dev->dev_addr[2] = (np->orig_mac[0] >> 24) & 0xff; in nv_probe()
6132 np->gigabit == PHY_GIGABIT ? "gbit " : "", in nv_probe()