Searched refs:debug_status (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/arm/mach-omap1/ |
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-6.1.9/arch/powerpc/kernel/ |
D | traps.c | 1938 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug() argument 1945 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug() 1950 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, in handle_debug() 1953 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) { in handle_debug() 1955 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, in handle_debug() 1958 } else if (debug_status & DBSR_IAC1) { in handle_debug() 1961 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, in handle_debug() 1964 } else if (debug_status & DBSR_IAC2) { in handle_debug() 1966 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, in handle_debug() 1969 } else if (debug_status & DBSR_IAC3) { in handle_debug() [all …]
|
/linux-6.1.9/drivers/scsi/ |
D | aha152x.h | 307 debug_status = 0x0080, enumerator
|
/linux-6.1.9/drivers/mmc/host/ |
D | sdhci-esdhc-imx.c | 398 char *debug_status[7] = { in esdhc_dump_debug_regs() local 412 ESDHC_IMX_DUMP("%s: 0x%04x\n", debug_status[i], in esdhc_dump_debug_regs()
|
/linux-6.1.9/drivers/scsi/mpi3mr/ |
D | mpi3mr_os.c | 4829 u32 debug_status; in osintfc_mrioc_security_status() local 4841 debug_status = cap_data & MPI3MR_CTLR_SECURE_DBG_STATUS_MASK; in osintfc_mrioc_security_status() 4853 if (!debug_status) in osintfc_mrioc_security_status() 4872 if (!retval && debug_status) { in osintfc_mrioc_security_status()
|