Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 29) sorted by relevance

12

/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c803 static void free_content(resource_content *content) in free_content() argument
805 if (content->load_addr) { in free_content()
806 free(content->load_addr); in free_content()
807 content->load_addr = 0; in free_content()
820 static bool load_content(resource_content *content) in load_content() argument
822 if (content->load_addr) in load_content()
824 int blocks = fix_blocks(content->content_size); in load_content()
825 content->load_addr = malloc(blocks * BLOCK_SIZE); in load_content()
826 if (!content->load_addr) in load_content()
828 if (!StorageReadLba(get_ptn_offset() + content->content_offset, in load_content()
[all …]
/rk3399_rockchip-uboot/board/gumstix/pepper/
H A Dboard.h18 unsigned char content; member
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_journal.c234 tmp_node->content = NULL; in _get_node()
254 node->content = zalloc(fs->blksz); in ext4fs_push_revoke_blk()
255 if (node->content == NULL) in ext4fs_push_revoke_blk()
257 memcpy(node->content, buffer, fs->blksz); in ext4fs_push_revoke_blk()
275 if (tmp_node->content) in ext4fs_free_revoke_blks()
276 free(tmp_node->content); in ext4fs_free_revoke_blks()
301 revk_blk = tmp_revk_node->content; in check_blknr_for_revoke()
H A Dext4_journal.h109 char *content; /* revoke block itself */ member
/rk3399_rockchip-uboot/board/overo/
H A Dovero.c64 unsigned char content; member
286 if (expansion_config.content == 1) in misc_init_r()
/rk3399_rockchip-uboot/doc/
H A DREADME.ARM-memory-map16 another variable (_TEXT_BASE) with the same content as _armboot_start.
H A DREADME.ublimage105 content: UBL | nand_spl | u-boot code
114 content: UBL | nand_spl | u-boot code
H A DREADME.vxworks51 If a "bootargs" variable is defined, its content will be copied to the memory
H A DREADME.mpc85xxcds8 Much of the content of the README.mpc85xxads for the 85xx ADS boards
H A DREADME.log35 LOGL_DEBUG_CONTENT - Debug message showing full message content
H A DREADME.distro192 allow for board-agnostic boot.scr content, this document recommends that
H A DREADME.x861138 [4] http://www.intel.com/content/www/us/en/embedded/design-tools/evaluation-platforms/atom-e660-eg2…
1140 [6] http://www.intel.com/content/www/us/en/secure/intelligent-systems/privileged/e6xx-35-b1-cmc2221…
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_api_types.h109 } content; member
/rk3399_rockchip-uboot/board/work-microwave/work_92105/
H A DREADME51 The content of this file is expected to reside
65 the content of whole bootloader as present in
/rk3399_rockchip-uboot/board/ti/beagle/
H A Dbeagle.c69 unsigned char content; member
474 if (expansion_config.content == 1) in misc_init_r()
/rk3399_rockchip-uboot/board/phytec/pcm058/
H A DREADME14 http://www.phytec.de/fileadmin/user_upload/images/content/1.Products/SOMs/phyCORE-i.MX6/L-808e_1.pdf
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/
H A Dglobutil.asl36 * Checks both length and content
/rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/
H A Dtps65090.txt9 values listed below. The content of each sub-node is defined by the
/rk3399_rockchip-uboot/scripts/
H A DKbuild.include41 # filechk is used to check if the content of a generated file is updated.
48 # The rule defined shall write to stdout the content of the new file.
51 # - If the content differ the new file is used
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Dpinctrl-bindings.txt122 exists no common standard for this content. The pinctrl framework only
131 == Generic pin multiplexing node content ==
183 == Generic pin configuration node content ==
/rk3399_rockchip-uboot/board/sbc8349/
H A DREADME66 use all the remaining register file content.
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING142 origin of the Work and reproducing the content of the NOTICE file.
/rk3399_rockchip-uboot/
H A DKconfig219 check if the content comes from an encryption party. RSA4096 is one
H A DMAINTAINERS40 K: Keyword perl extended regex pattern to match content in a
/rk3399_rockchip-uboot/drivers/video/
H A DKconfig99 we need to rotate our content of the display relative to the

12