Searched defs:die (Results 1 – 9 of 9) sorted by relevance
/u-boot/scripts/ |
A D | decodecode | 15 die() { function
|
/u-boot/arch/x86/cpu/ |
A D | start_from_tpl.S | 47 die: label
|
A D | start_from_spl.S | 72 die: label
|
A D | start.S | 216 die: label
|
/u-boot/arch/x86/lib/fsp1/ |
A D | fsp_car.S | 82 die: label
|
/u-boot/tools/ |
A D | prelink-riscv.c | 44 #define die(fmt, ...) \ macro
|
/u-boot/scripts/dtc/ |
A D | util.h | 41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() function
|
/u-boot/drivers/mtd/onenand/ |
A D | onenand_base.c | 234 unsigned int boundary, blk, die = 0; in flexonenand_block() local 268 int die = 0, boundary; in flexonenand_addr() local 2274 unsigned int die, bdry; in flexonenand_get_boundary() local 2316 int die, i, eraseshift, density; in flexonenand_get_size() local 2441 int flexonenand_set_boundary(struct mtd_info *mtd, int die, in flexonenand_set_boundary()
|
/u-boot/arch/mips/include/asm/ |
A D | system.h | 261 #define die(msg, regs) \ macro
|
Completed in 31 milliseconds