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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_debug.c46 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%02x\n", offset, val);
57 BLOGD(sc, DBG_REGS, "Unaligned 16-bit write to 0x%08lx\n", offset);
60 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%04x\n", offset, val);
71 BLOGD(sc, DBG_REGS, "Unaligned 32-bit write to 0x%08lx\n", offset);
74 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%08x\n", offset, val);
89 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%02x\n", offset, val);
100 BLOGD(sc, DBG_REGS, "Unaligned 16-bit read from 0x%08lx\n", offset);
106 BLOGD(sc, DBG_REGS, "offset=0x%08lx val=0x%08x\n", offset, val);
117 BLOGD(sc, DBG_REGS, "Unaligned 32-bit read from 0x%08lx\n", offset);
123 BLOGD(sc, DBG_REGS, "offse
[all...]
H A Dbxe.h2221 #define DBG_REGS 0x00000200 /* register access */ macro

Completed in 101 milliseconds