Home
last modified time | relevance | path

Searched refs:die (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_car.S20 jmp die
33 jb die
83 die: label
85 jmp die
/rk3399_rockchip-uboot/scripts/dtc/
H A Dflattree.c376 die("Unknown device tree blob version %d\n", version); in dt_to_blob()
434 die("Error writing device tree blob: %s\n", in dt_to_blob()
437 die("Short write on device tree blob\n"); in dt_to_blob()
474 die("Unknown device tree blob version %d\n", version); in dt_to_asm()
594 die("Premature end of data parsing flat device tree\n"); in flat_read_chunk()
618 die("Premature end of data parsing flat device tree\n"); in flat_realign()
629 die("Premature end of data parsing flat device tree\n"); in flat_read_string()
666 die("String offset %d overruns string table\n", in flat_read_stringtable()
735 die("Path \"%s\" is not valid as a child of \"%s\"\n", in nodename_from_path()
785 die("Premature FDT_END in device tree blob\n"); in unflatten_tree()
[all …]
H A Ddtc.c217 die("Invalid argument \"%d\" to -a option\n", in main()
242 die("Invalid argument \"%s\" to -H option\n", in main()
281 die("Can't set both -p and -S\n"); in main()
286 die("Couldn't open dependency file %s: %s\n", depname, in main()
309 die("Unknown input format \"%s\"\n", inform); in main()
348 die("Couldn't open output file %s: %s\n", in main()
361 die("Unknown output format \"%s\"\n", outform); in main()
H A Dutil.h38 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() function
54 die("malloc() failed\n"); in xmalloc()
64 die("realloc() failed (len=%zd)\n", len); in xrealloc()
H A Dfstree.c35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); in read_fstree()
49 die("stat(%s): %s\n", tmpname, strerror(errno)); in read_fstree()
H A Dsrcpos.c128 die("Couldn't open \"%s\": %s\n", fname, in srcfile_relative_open()
148 die("Includes nested too deeply"); in srcfile_push()
171 die("Error closing \"%s\": %s\n", srcfile->name, in srcfile_pop()
H A Ddata.c109 die("Error reading file into data: %s", strerror(errno)); in data_copy_file()
112 die("Overflow reading file into data\n"); in data_copy_file()
196 die("Invalid literal size (%d)\n", bits); in data_append_integer()
H A Dtreesource.c41 die("Unable to parse input tree\n"); in dt_from_source()
44 die("Syntax error parsing input tree\n"); in dt_from_source()
H A Ddtc-parser.y281 die("Couldn't seek to offset %llu in \"%s\": %s",
H A Dutil.c173 die("\\x used with no following hex digits\n"); in get_hex_char()
H A Dlivetree.c782 die("Could not build root node /%s\n", name); in build_root_node()
874 die("arguments should not contain ':'\n"); in add_fixup_entry()
H A Dchecks.c1331 die("Unrecognized check name \"%s\"\n", name); in parse_checks_option()
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_base.c231 unsigned int boundary, blk, die = 0; in flexonenand_block() local
234 die = 1; in flexonenand_block()
238 boundary = this->boundary[die]; in flexonenand_block()
244 blk += die ? this->density_mask : 0; in flexonenand_block()
265 int die = 0, boundary; in flexonenand_addr() local
269 die = 1; in flexonenand_addr()
273 boundary = this->boundary[die]; in flexonenand_addr()
2271 unsigned int die, bdry; in flexonenand_get_boundary() local
2278 for (die = 0; die < this->dies; die++) { in flexonenand_get_boundary()
2279 this->command(mtd, FLEXONENAND_CMD_PI_ACCESS, die, 0); in flexonenand_get_boundary()
[all …]
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dstart.S171 jmp die
198 die: label
200 jmp die
/rk3399_rockchip-uboot/drivers/rkflash/
H A Dflash.c288 static s32 flash_get_bad_blk_list(u16 *table, u32 die) in flash_get_bad_blk_list() argument
301 page_addr0 = (blk + blk_per_die * die) * in flash_get_bad_blk_list()
305 flash_read_spare(die, page_addr0, &bad_flag0); in flash_get_bad_blk_list()
306 flash_read_spare(die, page_addr1, &bad_flag1); in flash_get_bad_blk_list()
307 flash_read_spare(die, page_addr2, &bad_flag2); in flash_get_bad_blk_list()
312 rkflash_print_error("die[%d], bad_blk[%d]\n", die, blk); in flash_get_bad_blk_list()
H A Dflash_com.h65 s32 (*get_bad_blk_list)(u16 *table, u32 die);
H A Dsfc_nand.c1253 static int sfc_nand_get_bad_block_list(u16 *table, u32 die) in sfc_nand_get_bad_block_list() argument
1266 page = (blk + blk_per_die * die) * in sfc_nand_get_bad_block_list()
1269 if (sfc_nand_check_bad_block(die, page)) { in sfc_nand_get_bad_block_list()
1271 rkflash_print_error("die[%d], bad_blk[%d]\n", die, blk); in sfc_nand_get_bad_block_list()
/rk3399_rockchip-uboot/include/
H A Donenand_uboot.h48 extern int flexonenand_set_boundary(struct mtd_info *mtd, int die,
/rk3399_rockchip-uboot/arch/arm/dts/
H A Duniphier-ld6b.dtsi12 * The D-chip (digital chip) is the same as the PXs2 die.
H A Dsun6i-a31s.dtsi44 * The A31s is the same die as the A31 in a different package, this is
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dsystem.h260 #define die(msg, regs) \ macro
/rk3399_rockchip-uboot/board/google/
H A DKconfig17 i5 Ivybridge which is a die-shrink of Sandybridge, with 4GB of
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,mvebu-pinctrl.txt26 a single package. Each such die may have a separate pin controller.
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.sunxi6461 The on-die BROM code will try several methods to load and execute the firmware.
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A DKconfig314 Select this to enable dram odt (on die termination).

12