Searched refs:debug_status (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm/mach-omap1/
H A Dmux.h77 pu_pd_reg, pu_pd_status, debug_status) \
80 .debug = debug_status, \
95 pull_bit, pull_status, debug_status)\
98 .debug = debug_status, \
/linux-master/arch/powerpc/kernel/
H A Dtraps.c1969 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) argument
1976 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) {
1981 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status,
1984 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) {
1986 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status,
1989 } else if (debug_status & DBSR_IAC1) {
1992 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status,
1995 } else if (debug_status & DBSR_IAC2) {
1997 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status,
2000 } else if (debug_status
2030 unsigned long debug_status = regs->dsisr; local
[all...]
/linux-master/drivers/scsi/
H A Daha152x.h307 debug_status = 0x0080, enumerator in enum:__anon8143
/linux-master/drivers/mmc/host/
H A Dsdhci-esdhc-imx.c409 char *debug_status[7] = { local
423 ESDHC_IMX_DUMP("%s: 0x%04x\n", debug_status[i],
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c4987 u32 debug_status; local
4999 debug_status = cap_data & MPI3MR_CTLR_SECURE_DBG_STATUS_MASK;
5011 if (!debug_status)
5030 if (!retval && debug_status) {

Completed in 503 milliseconds