Home
last modified time | relevance | path

Searched refs:base_offset (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c250 void *fit, ulong base_offset, int node, in spl_load_fit_image() argument
301 offset += base_offset; in spl_load_fit_image()
401 void *fit, int images, ulong base_offset) in spl_fit_append_fdt() argument
418 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
446 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
491 int *base_offset) in spl_fit_load_blob() argument
506 *base_offset = FIT_ALIGN(size); in spl_fit_load_blob()
589 int base_offset; in spl_load_kernel_fit() local
622 fit = spl_fit_load_blob(info, sector, fit_header, &base_offset); in spl_load_kernel_fit()
663 ret = spl_load_fit_image(info, sector, fit, base_offset, in spl_load_kernel_fit()
[all …]
/rk3399_rockchip-uboot/include/dt-bindings/pinctrl/
H A Domap.h76 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap4/
H A Dhw_data.c234 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_UV,
245 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_WITH_OFFSET_UV,
255 .base_offset = TPS62361_BASE_VOLT_MV,
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c260 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
275 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
290 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_yaffs2.c452 u32 base_offset; in yaffs2_checkpt_tnode_worker() local
471 base_offset = chunk_offset << YAFFS_TNODES_LEVEL0_BITS; in yaffs2_checkpt_tnode_worker()
472 ok = (yaffs2_checkpt_wr(dev, &base_offset, sizeof(base_offset)) == in yaffs2_checkpt_tnode_worker()
473 sizeof(base_offset)); in yaffs2_checkpt_tnode_worker()
/rk3399_rockchip-uboot/include/fsl-mc/
H A Dfsl_dprc.h300 MC_RSP_OP(cmd, 1, 0, 32, uint32_t, region_desc->base_offset);\
847 uint32_t base_offset; member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dclocks-common.c431 volt_offset -= pmic->base_offset; in get_offset_code()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Domap_common.h534 u32 base_offset; member