| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | interrupts_64.c | 84 printf("* Reason: Exception from %s\n", esr_bits_ec[REG_BITS(regs->esr, 26, 0x3f)]); in show_regs() 93 printf("* ESR_EL%d = %016lx\n", el, regs->esr); in show_regs() 126 printf("ESR: %lx (ec=%ld)\n", regs->esr, REG_BITS(regs->esr, 26, 0x3f)); in show_regs() 140 void do_bad_sync(struct pt_regs *pt_regs, unsigned int esr) in do_bad_sync() argument 143 printf("Bad mode in \"Synchronous Abort\" handler, esr 0x%08x\n", esr); in do_bad_sync() 151 void do_bad_irq(struct pt_regs *pt_regs, unsigned int esr) in do_bad_irq() argument 154 printf("Bad mode in \"Irq\" handler, esr 0x%08x\n", esr); in do_bad_irq() 162 void do_bad_fiq(struct pt_regs *pt_regs, unsigned int esr) in do_bad_fiq() argument 165 printf("Bad mode in \"Fiq\" handler, esr 0x%08x\n", esr); in do_bad_fiq() 173 void do_bad_error(struct pt_regs *pt_regs, unsigned int esr) in do_bad_error() argument [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | u-boot-arm.h | 59 void do_fiq(struct pt_regs *pt_regs, unsigned int esr); 60 void do_irq(struct pt_regs *pt_regs, unsigned int esr);
|
| /rk3399_rockchip-uboot/include/ |
| H A D | rk_mini_dump.h | 38 u32 md_no_fault_handler(struct pt_regs *pt_regs, unsigned int esr);
|
| H A D | mmc.h | 591 struct emmc_esr esr; /* emmc status register */ member
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc_write.c | 46 if (mmc->esr.mmc_can_trim) in mmc_erase_t() 112 if (mmc->esr.mmc_can_trim) in mmc_berase()
|
| H A D | mmc.c | 1971 mmc->esr.mmc_can_trim = 1;
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/ |
| H A D | ptrace.h | 36 unsigned long esr; member
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/ |
| H A D | skha.h | 18 u32 esr; /* 0x10 Error Status */ member
|
| /rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_pio.h | 99 u32 esr; /* 0xC0 Edge Select Register */ member
|
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | irq-generic.c | 308 void do_irq(struct pt_regs *pt_regs, unsigned int esr) in do_irq() argument
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | zynq_nand.c | 117 u32 esr; /* 0x400 */ member 250 status = readl(&zynq_nand_smc_base->esr); in zynq_nand_waitfor_ecc_completion() 252 status = readl(&zynq_nand_smc_base->esr); in zynq_nand_waitfor_ecc_completion()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_mini_dump.c | 129 u32 md_no_fault_handler(struct pt_regs *pt_regs, unsigned int esr) in md_no_fault_handler() argument
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | immap_83xx.h | 414 u32 esr; member
|