Searched refs:debug_status (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm/mach-omap1/ |
H A D | mux.h | 77 pu_pd_reg, pu_pd_status, debug_status) \ argument 80 .debug = debug_status, \ 95 pull_bit, pull_status, debug_status)\ argument 98 .debug = debug_status, \
|
/linux/arch/powerpc/kernel/ |
H A D | traps.c | 1969 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug() argument 1976 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug() 1981 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, in handle_debug() 1984 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) { in handle_debug() 1986 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, in handle_debug() 1989 } else if (debug_status & DBSR_IAC1) { in handle_debug() 1992 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, in handle_debug() 1995 } else if (debug_status & DBSR_IAC2) { in handle_debug() 1997 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, in handle_debug() 2000 } else if (debug_status & DBSR_IAC3) { in handle_debug() [all …]
|
/linux/drivers/scsi/ |
H A D | aha152x.h | 307 debug_status = 0x0080, enumerator
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 5129 u32 debug_status; in osintfc_mrioc_security_status() local 5141 debug_status = cap_data & MPI3MR_CTLR_SECURE_DBG_STATUS_MASK; in osintfc_mrioc_security_status() 5153 if (!debug_status) in osintfc_mrioc_security_status() 5172 if (!retval && debug_status) { in osintfc_mrioc_security_status()
|