Searched refs:base_offset (Results 1 – 9 of 9) sorted by relevance
| /u-boot/arch/mips/mach-octeon/ |
| A D | cvmx-pki-resources.c | 210 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 D | cvmx-pki-resources.h | 62 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 D | omap.h | 74 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
| /u-boot/arch/arm/mach-omap2/omap4/ |
| A D | hw_data.c | 233 .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 D | hw_data.c | 280 .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 D | yaffs_yaffs2.c | 453 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 D | fsl_dprc.h | 298 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 D | clocks-common.c | 433 volt_offset -= pmic->base_offset; in get_offset_code()
|
| /u-boot/arch/arm/include/asm/ |
| A D | omap_common.h | 540 u32 base_offset; member
|
Completed in 26 milliseconds