Home
last modified time | relevance | path

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

/u-boot/arch/mips/mach-octeon/
A Dcvmx-pki-resources.c210 int cvmx_pki_qpg_entry_alloc(int node, int base_offset, int count) in cvmx_pki_qpg_entry_alloc() argument
219 if (base_offset >= 0) { in cvmx_pki_qpg_entry_alloc()
221 CVMX_GR_TAG_QPG_ENTRY(node), base_offset, base_offset, in cvmx_pki_qpg_entry_alloc()
225 (int)base_offset); in cvmx_pki_qpg_entry_alloc()
230 CVMX_GR_TAG_QPG_ENTRY(node), base_offset, count, 1); in cvmx_pki_qpg_entry_alloc()
236 base_offset = rs; in cvmx_pki_qpg_entry_alloc()
237 return base_offset; in cvmx_pki_qpg_entry_alloc()
250 int cvmx_pki_qpg_entry_free(int node, int base_offset, int count) in cvmx_pki_qpg_entry_free() argument
253 CVMX_GR_TAG_QPG_ENTRY(node), base_offset, count) == -1) { in cvmx_pki_qpg_entry_free()
255 (int)base_offset); in cvmx_pki_qpg_entry_free()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-pki-resources.h62 int cvmx_pki_qpg_entry_alloc(int node, int base_offset, int count);
91 int cvmx_pki_qpg_entry_free(int node, int base_offset, int count);
/u-boot/include/dt-bindings/pinctrl/
A Domap.h74 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
/u-boot/arch/arm/mach-omap2/omap4/
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,
/u-boot/arch/arm/mach-omap2/omap5/
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,
/u-boot/fs/yaffs2/
A Dyaffs_yaffs2.c453 u32 base_offset; in yaffs2_checkpt_tnode_worker() local
472 base_offset = chunk_offset << YAFFS_TNODES_LEVEL0_BITS; in yaffs2_checkpt_tnode_worker()
473 ok = (yaffs2_checkpt_wr(dev, &base_offset, sizeof(base_offset)) == in yaffs2_checkpt_tnode_worker()
474 sizeof(base_offset)); in yaffs2_checkpt_tnode_worker()
/u-boot/include/fsl-mc/
A Dfsl_dprc.h298 MC_RSP_OP(cmd, 1, 0, 32, uint32_t, region_desc->base_offset);\
836 uint32_t base_offset; member
/u-boot/arch/arm/mach-omap2/
A Dclocks-common.c433 volt_offset -= pmic->base_offset; in get_offset_code()
/u-boot/arch/arm/include/asm/
A Domap_common.h540 u32 base_offset; member

Completed in 26 milliseconds