Searched refs:Carry1 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_mac.c487 u32 Carry1; local
493 Carry1 = readl(&etdev->regs->macstat.Carry1);
496 writel(Carry1, &etdev->regs->macstat.Carry1);
505 if (Carry1 & (1 << 14))
507 if (Carry1 & (1 << 8))
509 if (Carry1 & (1 << 7))
511 if (Carry1 & (1 << 2))
513 if (Carry1
[all...]
H A Det1310_address_map.h1388 u32 Carry1; /* 0x6130 */ member in struct:macstat_regs

Completed in 110 milliseconds