Searched refs:sbdp_debug (Results 1 – 2 of 2) sorted by relevance
53 extern uint_t sbdp_debug;55 #define SBDP_DBG_ALL if (sbdp_debug) prom_printf56 #define SBDP_DBG_STATE if (sbdp_debug & SBDPDBG_STATE) prom_printf57 #define SBDP_DBG_QR if (sbdp_debug & SBDPDBG_QR) prom_printf58 #define SBDP_DBG_CPU if (sbdp_debug & SBDPDBG_CPU) prom_printf59 #define SBDP_DBG_MEM if (sbdp_debug & SBDPDBG_MEM) prom_printf60 #define SBDP_DBG_IO if (sbdp_debug & SBDPDBG_IO) prom_printf61 #define SBDP_DBG_MBOX if (sbdp_debug & SBDPDBG_MBOX) prom_printf62 #define SBDP_DBG_ERR if (sbdp_debug & SBDPDBG_ERR) prom_printf63 #define SBDP_DBG_MISC if (sbdp_debug & SBDPDBG_MISC) prom_printf[all …]
65 uint_t sbdp_debug = 0x0; variable