Home
last modified time | relevance | path

Searched refs:esr (Results 1 – 8 of 8) sorted by relevance

/u-boot/arch/arm/lib/
A Dinterrupts_64.c69 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 Du-boot-arm.h50 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 Dskha.h17 u32 esr; /* 0x10 Error Status */ member
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_pio.h98 u32 esr; /* 0xC0 Edge Select Register */ member
/u-boot/doc/develop/
A Dcrash_dumps.rst24 "Synchronous Abort" handler, esr 0x02000000
/u-boot/arch/arm/mach-imx/imx8m/
A Dsoc.c1044 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 Dzynq_nand.c120 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 Dimmap_83xx.h413 u32 esr; member

Completed in 18 milliseconds