Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dforcedeth.c129 NvRegReceiverControl = 0x094, enumerator
457 if (readl(base + NvRegReceiverControl) & NVREG_RCVCTL_START) { in start_rx()
458 writel(0, base + NvRegReceiverControl); in start_rx()
463 writel(NVREG_RCVCTL_START, base + NvRegReceiverControl); in start_rx()
472 writel(0, base + NvRegReceiverControl); in stop_rx()