Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/et131x/ !
Det1310_mac.c488 u32 Carry2; in HandleMacStatInterrupt() local
494 Carry2 = readl(&etdev->regs->macstat.Carry2); in HandleMacStatInterrupt()
497 writel(Carry2, &etdev->regs->macstat.Carry2); in HandleMacStatInterrupt()
519 if (Carry2 & (1 << 16)) in HandleMacStatInterrupt()
521 if (Carry2 & (1 << 15)) in HandleMacStatInterrupt()
523 if (Carry2 & (1 << 6)) in HandleMacStatInterrupt()
525 if (Carry2 & (1 << 8)) in HandleMacStatInterrupt()
527 if (Carry2 & (1 << 5)) in HandleMacStatInterrupt()
529 if (Carry2 & (1 << 4)) in HandleMacStatInterrupt()
531 if (Carry2 & (1 << 2)) in HandleMacStatInterrupt()
Det1310_address_map.h1391 u32 Carry2; /* 0x6134 */ member