Searched refs:debug_status (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
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, \
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | traps.c | 1962 static void handle_debug(struct pt_regs *regs, unsigned long debug_status) in handle_debug() argument 1969 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) { in handle_debug() 1974 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, in handle_debug() 1977 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) { in handle_debug() 1979 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, in handle_debug() 1982 } else if (debug_status & DBSR_IAC1) { in handle_debug() 1985 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, in handle_debug() 1988 } else if (debug_status & DBSR_IAC2) { in handle_debug() 1990 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, in handle_debug() 1993 } else if (debug_status & DBSR_IAC3) { in handle_debug() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | aha152x.h | 307 debug_status = 0x0080, enumerator
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | imx21-dbg.c | 248 DEFINE_SHOW_ATTRIBUTE(debug_status);
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | sdhci-esdhc-imx.c | 365 char *debug_status[7] = { in esdhc_dump_debug_regs() local 379 ESDHC_IMX_DUMP("%s: 0x%04x\n", debug_status[i], in esdhc_dump_debug_regs()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 9630 - char *debug_status[7] = { 9644 - ESDHC_IMX_DUMP("%s: 0x%04x\n", debug_status[i],
|