| /rk3399_rockchip-uboot/fs/cramfs/ |
| H A D | cramfs.c | 52 static int cramfs_uncompress (unsigned long begin, unsigned long offset, 101 static char *cramfs_uncompress_link (unsigned long begin, unsigned long offset) in cramfs_uncompress_link() argument 103 struct cramfs_inode *inode = (struct cramfs_inode *)(begin + offset); in cramfs_uncompress_link() 107 if (!link || cramfs_uncompress (begin, offset, (unsigned long)link) != size) { in cramfs_uncompress_link() 116 static unsigned long cramfs_resolve (unsigned long begin, unsigned long offset, in cramfs_resolve() argument 127 inode = (struct cramfs_inode *) (begin + offset + in cramfs_resolve() 157 return cramfs_resolve (begin, in cramfs_resolve() 173 link = cramfs_uncompress_link (begin, in cramfs_resolve() 185 ret = cramfs_resolve (begin, in cramfs_resolve() 207 static int cramfs_uncompress (unsigned long begin, unsigned long offset, in cramfs_uncompress() argument [all …]
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | console_truetype.c | 434 u8 *begin; member 444 .begin = __ttf_ ## _name ## _begin, \ 484 for (tab = font_table; tab->begin; tab++) { in console_truetype_find_font() 485 if (abs(tab->begin - tab->end) > 4) { in console_truetype_find_font() 487 tab->name, tab->begin, in console_truetype_find_font() 488 (ulong)(tab->end - tab->begin)); in console_truetype_find_font() 489 return tab->begin; in console_truetype_find_font()
|
| H A D | cfb_console.c | 575 static void console_clear_line(int line, int begin, int end) in console_clear_line() argument 579 VIDEO_FONT_WIDTH * begin, /* dest pos x */ in console_clear_line() 582 VIDEO_FONT_WIDTH * (end - begin + 1), /* fr. width */ in console_clear_line() 587 if (begin == 0 && (end + 1) == CONSOLE_COLS) { in console_clear_line() 600 VIDEO_PIXEL_SIZE * begin; /* offset of col */ in console_clear_line() 601 size = VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE * (end - begin + 1); in console_clear_line()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdconcat.c | 877 uint64_t begin, position; in mtd_concat_create() local 897 begin = position = 0; in mtd_concat_create() 906 erase_region_p->offset = begin; in mtd_concat_create() 909 tmp64 = position - begin; in mtd_concat_create() 912 begin = position; in mtd_concat_create() 925 erase_region_p->offset = begin; in mtd_concat_create() 928 tmp64 = position - begin; in mtd_concat_create() 931 begin = position; in mtd_concat_create() 945 erase_region_p->offset = begin; in mtd_concat_create() 947 tmp64 = position - begin; in mtd_concat_create()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | slre.c | 280 relocate(struct slre *r, int begin, int shift) in relocate() argument 283 memmove(r->code + begin + shift, r->code + begin, r->code_size - begin); in relocate()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.nokia_rx51 | 91 crash or no access to mtd. For enabling ONENAND support add this line at begin 101 support first enable ONENAND support and then add this line at begin of file
|
| H A D | README.TPL | 12 SPL. It loads the final uboot image into DDR, then jump to it to begin
|
| H A D | README.android-fastboot-protocol | 104 * Commands that begin with a lowercase letter are reserved for this 105 specification. OEM-specific commands should not begin with a
|
| H A D | README.pxe | 128 label <name> - begin a label definition. labels continue until
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | ahci.c | 66 static void ahci_dcache_flush_range(unsigned long begin, unsigned long len) in ahci_dcache_flush_range() argument 68 const unsigned long start = begin; in ahci_dcache_flush_range() 80 static void ahci_dcache_invalidate_range(unsigned long begin, unsigned long len) in ahci_dcache_invalidate_range() argument 82 const unsigned long start = begin; in ahci_dcache_invalidate_range()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | sh_pfc.h | 81 pinmux_enum_t begin; member
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | sh_pfc.c | 23 if (enum_id < r->begin) in enum_in_range()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | qconf.cc | 74 for (it = entryList.begin(); it != entryList.end(); ++it) in readSizes() 93 for (it = value.begin(); it != value.end(); ++it) in writeSizes()
|
| H A D | zconf.lex.c_shipped | 37 /* begin standard C headers. */
|
| H A D | zconf.tab.c_shipped | 36 /* All symbols defined below should begin with yy or YY, to avoid
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 1513 bool begin, bool end, in brcmnand_fill_dma_desc() argument 1522 (!!begin) | ((!!end) << 1); /* head, tail */ in brcmnand_fill_dma_desc()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 19 /* begin standard C headers. */
|
| H A D | dtc-parser.tab.c_shipped | 36 /* All symbols defined below should begin with yy or YY, to avoid
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 1180 Chunks always begin on even word boundries, so the mem portion
|