Searched refs:esr (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/arm/lib/ |
A D | interrupts_64.c | 69 void do_bad_sync(struct pt_regs *pt_regs, unsigned int esr) in do_bad_sync() argument 81 void do_bad_irq(struct pt_regs *pt_regs, unsigned int esr) in do_bad_irq() argument 84 printf("Bad mode in \"Irq\" handler, esr 0x%08x\n", esr); in do_bad_irq() 93 void do_bad_fiq(struct pt_regs *pt_regs, unsigned int esr) in do_bad_fiq() argument 96 printf("Bad mode in \"Fiq\" handler, esr 0x%08x\n", esr); in do_bad_fiq() 117 void do_sync(struct pt_regs *pt_regs, unsigned int esr) in do_sync() argument 129 void do_irq(struct pt_regs *pt_regs, unsigned int esr) in do_irq() argument 132 printf("\"Irq\" handler, esr 0x%08x\n", esr); in do_irq() 141 void do_fiq(struct pt_regs *pt_regs, unsigned int esr) in do_fiq() argument 144 printf("\"Fiq\" handler, esr 0x%08x\n", esr); in do_fiq() [all …]
|
/u-boot/arch/arm/include/asm/ |
A D | u-boot-arm.h | 50 void do_fiq(struct pt_regs *pt_regs, unsigned int esr); 51 void do_irq(struct pt_regs *pt_regs, unsigned int esr);
|
/u-boot/arch/m68k/include/asm/coldfire/ |
A D | skha.h | 17 u32 esr; /* 0x10 Error Status */ member
|
/u-boot/arch/arm/mach-at91/include/mach/ |
A D | at91_pio.h | 98 u32 esr; /* 0xC0 Edge Select Register */ member
|
/u-boot/doc/develop/ |
A D | crash_dumps.rst | 24 "Synchronous Abort" handler, esr 0x02000000
|
/u-boot/arch/arm/mach-imx/imx8m/ |
A D | soc.c | 1044 void do_error(struct pt_regs *pt_regs, unsigned int esr) in do_error() argument 1069 printf("\"Error\" handler, esr 0x%08x\n", esr); in do_error()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | zynq_nand.c | 120 u32 esr; /* 0x400 */ member 264 status = readl(&smc->reg->esr); in zynq_nand_waitfor_ecc_completion() 266 status = readl(&smc->reg->esr); in zynq_nand_waitfor_ecc_completion()
|
/u-boot/arch/powerpc/include/asm/ |
A D | immap_83xx.h | 413 u32 esr; member
|
Completed in 18 milliseconds