Home
last modified time | relevance | path

Searched refs:debug_status (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dtraps.c1155 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug() argument
1162 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug()
1167 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, TRAP_HWBKPT, in handle_debug()
1170 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) { in handle_debug()
1172 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, TRAP_HWBKPT, in handle_debug()
1175 } else if (debug_status & DBSR_IAC1) { in handle_debug()
1178 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, TRAP_HWBKPT, in handle_debug()
1181 } else if (debug_status & DBSR_IAC2) { in handle_debug()
1183 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, TRAP_HWBKPT, in handle_debug()
1186 } else if (debug_status & DBSR_IAC3) { in handle_debug()
[all …]
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Dmux.h90 pu_pd_reg, pu_pd_status, debug_status) \ argument
93 .debug = debug_status, \
108 pull_bit, pull_status, debug_status)\ argument
111 .debug = debug_status, \
/linux-2.6.39/drivers/scsi/
Daha152x.h306 debug_status = 0x0080, enumerator
Daha152x.c2125 DPRINTK(debug_status, DEBUG_LEAD "!SPIORDY\n", CMDINFO(CURRENT_SC)); in status_run()
2132 if (HOSTDATA(shpnt)->debug & debug_status) { in status_run()
3371 PDEBUG(debug_status, "status"); in aha152x_proc_info()