Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_fit.c171 void *fit, ulong base_offset, int node, in spl_load_fit_image() argument
208 offset += base_offset; in spl_load_fit_image()
278 void *fit, int images, ulong base_offset) in spl_fit_append_fdt() argument
295 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
362 int base_offset, hsize, align_len = ARCH_DMA_MINALIGN - 1; in spl_load_simple_fit() local
374 base_offset = (size + 3) & ~3; in spl_load_simple_fit()
418 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
470 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
492 images, base_offset); in spl_load_simple_fit()
511 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
[all …]
/openbmc/u-boot/include/dt-bindings/pinctrl/
H A Domap.h75 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c70 if ((entry->base_offset <= address) in xen_pt_find_reg_grp()
71 && ((entry->base_offset + entry->size) > address)) { in xen_pt_find_reg_grp()
90 real_offset = reg_grp->base_offset + reg->offset; in xen_pt_find_reg()
1579 uint32_t base_offset, uint8_t *size) in xen_pt_reg_grp_size_init() argument
1587 uint32_t base_offset, uint8_t *size) in xen_pt_vendor_size_init() argument
1589 return xen_host_pci_get_byte(&s->real_device, base_offset + 0x02, size); in xen_pt_vendor_size_init()
1594 uint32_t base_offset, uint8_t *size) in xen_pt_pcie_size_init() argument
1597 uint8_t version = get_capability_version(s, base_offset); in xen_pt_pcie_size_init()
1598 uint8_t type = get_device_type(s, base_offset); in xen_pt_pcie_size_init()
1666 uint32_t base_offset, uint8_t *size) in xen_pt_msi_size_init() argument
[all …]
H A Dxen_pt.h178 uint32_t base_offset, uint8_t *size);
193 uint32_t base_offset; member
H A Dxen_pt.c191 uint32_t real_offset = reg_grp_entry->base_offset + reg->offset; in xen_pt_pci_read_config()
328 uint32_t real_offset = reg_grp_entry->base_offset + reg->offset; in xen_pt_pci_write_config()
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Dhw_data.c233 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_UV,
244 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_WITH_OFFSET_UV,
254 .base_offset = TPS62361_BASE_VOLT_MV,
/openbmc/hiomapd/vpnor/
H A Dbackend.cpp494 uint32_t base_offset = base & (window_size - 1); in vpnor_align_offset() local
497 *offset = ((*offset - base_offset) & ~(window_size - 1)) + base_offset; in vpnor_align_offset()
500 *offset, base, base_offset); in vpnor_align_offset()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c280 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
295 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
310 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
326 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
/openbmc/u-boot/tools/binman/
H A Dbsection.py328 def BuildSection(self, fd, base_offset): argument
330 fd.seek(base_offset)
/openbmc/u-boot/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()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h298 MC_RSP_OP(cmd, 1, 0, 32, uint32_t, region_desc->base_offset);\
836 uint32_t base_offset; member
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c430 volt_offset -= pmic->base_offset; in get_offset_code()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_common.h533 u32 base_offset; member