MPTSAS_DBGPR
#define NDBG0(args) MPTSAS_DBGPR(0x01, args) /* init */
#define NDBG1(args) MPTSAS_DBGPR(0x02, args) /* normal running */
#define NDBG2(args) MPTSAS_DBGPR(0x04, args) /* property handling */
#define NDBG3(args) MPTSAS_DBGPR(0x08, args) /* pkt handling */
#define NDBG4(args) MPTSAS_DBGPR(0x10, args) /* kmem alloc/free */
#define NDBG5(args) MPTSAS_DBGPR(0x20, args) /* polled cmds */
#define NDBG6(args) MPTSAS_DBGPR(0x40, args) /* interrupts */
#define NDBG7(args) MPTSAS_DBGPR(0x80, args) /* queue handling */
#define NDBG8(args) MPTSAS_DBGPR(0x0100, args) /* arq */
#define NDBG9(args) MPTSAS_DBGPR(0x0200, args) /* Tagged Q'ing */
#define NDBG10(args) MPTSAS_DBGPR(0x0400, args) /* halting chip */
#define NDBG11(args) MPTSAS_DBGPR(0x0800, args) /* power management */
#define NDBG12(args) MPTSAS_DBGPR(0x1000, args) /* enumeration */
#define NDBG13(args) MPTSAS_DBGPR(0x2000, args) /* configuration page */
#define NDBG14(args) MPTSAS_DBGPR(0x4000, args) /* LED control */
#define NDBG15(args) MPTSAS_DBGPR(0x8000, args) /* Passthrough */
#define NDBG16(args) MPTSAS_DBGPR(0x010000, args) /* SAS Broadcasts */
#define NDBG17(args) MPTSAS_DBGPR(0x020000, args) /* scatter/gather */
#define NDBG18(args) MPTSAS_DBGPR(0x040000, args)
#define NDBG19(args) MPTSAS_DBGPR(0x080000, args) /* handshaking */
#define NDBG20(args) MPTSAS_DBGPR(0x100000, args) /* events */
#define NDBG21(args) MPTSAS_DBGPR(0x200000, args) /* dma */
#define NDBG22(args) MPTSAS_DBGPR(0x400000, args) /* reset */
#define NDBG23(args) MPTSAS_DBGPR(0x800000, args) /* abort */
#define NDBG24(args) MPTSAS_DBGPR(0x1000000, args) /* capabilities */
#define NDBG25(args) MPTSAS_DBGPR(0x2000000, args) /* flushing */
#define NDBG26(args) MPTSAS_DBGPR(0x4000000, args)
#define NDBG27(args) MPTSAS_DBGPR(0x8000000, args) /* passthrough */
#define NDBG28(args) MPTSAS_DBGPR(0x10000000, args) /* hotplug */
#define NDBG29(args) MPTSAS_DBGPR(0x20000000, args) /* timeouts */
#define NDBG30(args) MPTSAS_DBGPR(0x40000000, args) /* mptsas_watch */
#define NDBG31(args) MPTSAS_DBGPR(0x80000000, args) /* negotations */