|
@@ -70,17 +70,6 @@ static void dwmac100_dump_mac_regs(void __iomem *ioaddr)
|
|
|
readl(ioaddr + MAC_VLAN1));
|
|
|
pr_info("\tVLAN2 tag (offset 0x%x): 0x%08x\n", MAC_VLAN2,
|
|
|
readl(ioaddr + MAC_VLAN2));
|
|
|
- pr_info("\n\tMAC management counter registers\n");
|
|
|
- pr_info("\t MMC crtl (offset 0x%x): 0x%08x\n",
|
|
|
- MMC_CONTROL, readl(ioaddr + MMC_CONTROL));
|
|
|
- pr_info("\t MMC High Interrupt (offset 0x%x): 0x%08x\n",
|
|
|
- MMC_HIGH_INTR, readl(ioaddr + MMC_HIGH_INTR));
|
|
|
- pr_info("\t MMC Low Interrupt (offset 0x%x): 0x%08x\n",
|
|
|
- MMC_LOW_INTR, readl(ioaddr + MMC_LOW_INTR));
|
|
|
- pr_info("\t MMC High Interrupt Mask (offset 0x%x): 0x%08x\n",
|
|
|
- MMC_HIGH_INTR_MASK, readl(ioaddr + MMC_HIGH_INTR_MASK));
|
|
|
- pr_info("\t MMC Low Interrupt Mask (offset 0x%x): 0x%08x\n",
|
|
|
- MMC_LOW_INTR_MASK, readl(ioaddr + MMC_LOW_INTR_MASK));
|
|
|
}
|
|
|
|
|
|
static void dwmac100_irq_status(void __iomem *ioaddr)
|