/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | mux.h | 77 pu_pd_reg, pu_pd_status, debug_status) \ 80 .debug = debug_status, \ 95 pull_bit, pull_status, debug_status)\ 98 .debug = debug_status, \
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
H A D | mux.h | 77 pu_pd_reg, pu_pd_status, debug_status) \ 80 .debug = debug_status, \ 95 pull_bit, pull_status, debug_status)\ 98 .debug = debug_status, \
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | traps.c | 1964 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug() argument 1971 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug() 1976 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, in handle_debug() 1979 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) { in handle_debug() 1981 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, in handle_debug() 1984 } else if (debug_status & DBSR_IAC1) { in handle_debug() 1987 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, in handle_debug() 1990 } else if (debug_status & DBSR_IAC2) { in handle_debug() 1992 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, in handle_debug() 1995 } else if (debug_status in handle_debug() 2023 DebugException(struct pt_regs *regs, unsigned long debug_status) DebugException() argument [all...] |
/kernel/linux/linux-6.6/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 in handle_debug() 2030 unsigned long debug_status = regs->dsisr; DEFINE_INTERRUPT_HANDLER() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.h | 307 debug_status = 0x0080, enumerator
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.h | 307 debug_status = 0x0080, enumerator
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | imx21-dbg.c | 248 DEFINE_SHOW_ATTRIBUTE(debug_status); variable
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-esdhc-imx.c | 351 char *debug_status[7] = { in esdhc_dump_debug_regs() local 365 ESDHC_IMX_DUMP("%s: 0x%04x\n", debug_status[i], in esdhc_dump_debug_regs()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-esdhc-imx.c | 409 char *debug_status[7] = { in esdhc_dump_debug_regs() local 423 ESDHC_IMX_DUMP("%s: 0x%04x\n", debug_status[i], in esdhc_dump_debug_regs()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 4968 u32 debug_status; in osintfc_mrioc_security_status() local 4980 debug_status = cap_data & MPI3MR_CTLR_SECURE_DBG_STATUS_MASK; in osintfc_mrioc_security_status() 4992 if (!debug_status) in osintfc_mrioc_security_status() 5011 if (!retval && debug_status) { in osintfc_mrioc_security_status()
|