Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/fs/cramfs/
H A Dcramfs.c52 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 Dconsole_truetype.c434 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 Dcfb_console.c575 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 Dmtdconcat.c877 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 Dslre.c280 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 DREADME.nokia_rx5191 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 DREADME.TPL12 SPL. It loads the final uboot image into DDR, then jump to it to begin
H A DREADME.android-fastboot-protocol104 * Commands that begin with a lowercase letter are reserved for this
105 specification. OEM-specific commands should not begin with a
H A DREADME.pxe128 label <name> - begin a label definition. labels continue until
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c66 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 Dsh_pfc.h81 pinmux_enum_t begin; member
/rk3399_rockchip-uboot/drivers/gpio/
H A Dsh_pfc.c23 if (enum_id < r->begin) in enum_in_range()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dqconf.cc74 for (it = entryList.begin(); it != entryList.end(); ++it) in readSizes()
93 for (it = value.begin(); it != value.end(); ++it) in writeSizes()
H A Dzconf.lex.c_shipped37 /* begin standard C headers. */
H A Dzconf.tab.c_shipped36 /* All symbols defined below should begin with yy or YY, to avoid
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1513 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 Ddtc-lexer.lex.c_shipped19 /* begin standard C headers. */
H A Ddtc-parser.tab.c_shipped36 /* All symbols defined below should begin with yy or YY, to avoid
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src1180 Chunks always begin on even word boundries, so the mem portion