Searched refs:DBG_REGS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhorizon.c487 PRINTD (DBG_REGS, "CONTROL 0: %#x", rd_regl (dev, CONTROL_0_REG));
488 PRINTD (DBG_REGS, "RX CONFIG: %#x", rd_regw (dev, RX_CONFIG_OFF));
489 PRINTD (DBG_REGS, "TX CONFIG: %#x", rd_regw (dev, TX_CONFIG_OFF));
490 PRINTD (DBG_REGS, "TX STATUS: %#x", rd_regw (dev, TX_STATUS_OFF));
491 PRINTD (DBG_REGS, "IRQ ENBLE: %#x", rd_regl (dev, INT_ENABLE_REG_OFF));
492 PRINTD (DBG_REGS, "IRQ SORCE: %#x", rd_regl (dev, INT_SOURCE_REG_OFF));
502 PRINTDB (DBG_REGS, "framer registers:");
504 PRINTDM (DBG_REGS, " %02x", rd_framer (dev, i));
505 PRINTDE (DBG_REGS,"");
H A Dambassador.c72 PRINTD (DBG_FLOW|DBG_REGS, "wr: %08zx <- %08x", addr, data);
86 PRINTD (DBG_FLOW|DBG_REGS, "rd: %08zx -> %08x", addr, data);
92 PRINTD (DBG_FLOW|DBG_REGS, "wr: %08zx <- %08x b[%08x]", addr, data, be);
107 PRINTD (DBG_FLOW|DBG_REGS, "rd: %08zx -> %08x b[%08x]", addr, data, be);
115 if (debug & DBG_REGS) {
117 PRINTD (DBG_REGS, "reading PLX control: ");
120 PRINTD (DBG_REGS, "reading mailboxes: ");
123 PRINTD (DBG_REGS, "reading doorb irqev irqen reset:");
H A Dambassador.h64 #define DBG_REGS 0x4000 macro
H A Dhorizon.h65 #define DBG_REGS 0x0800 macro

Completed in 50 milliseconds