Home
last modified time | relevance | path

Searched defs:offset (Results 76 – 100 of 109) sorted by relevance

12345

/arm-trusted-firmware/drivers/nxp/sd/
H A Dsd_mmc.c1253 uint32_t offset; in esdhc_read_block() local
1299 uint32_t offset; in esdhc_write_block() local
[all...]
/arm-trusted-firmware/drivers/brcm/
H A Docotp.c148 int bcm_otpc_read(unsigned int offset, void *val, uint32_t bytes, in bcm_otpc_read() argument
/arm-trusted-firmware/plat/mediatek/drivers/gpio/
H A Dmtgpio_common.h104 uint16_t offset; member
/arm-trusted-firmware/include/drivers/brcm/
H A Dfru.h56 unsigned int offset; member
/arm-trusted-firmware/plat/brcm/board/stingray/src/
H A Dpaxb.c379 uint32_t offset = core_idx * PCIE_CORE_PWR_OFFSET; in pcie_core_soft_reset() local
448 uint32_t offset = core_idx * PCIE_CORE_PWR_OFFSET; in pcie_core_pwr_init() local
768 uint32_t offset; in paxb_smmu_cfg() local
[all...]
/arm-trusted-firmware/lib/semihosting/
H A Dsemihosting.c57 long semihosting_file_seek(long file_handle, ssize_t offset) in semihosting_file_seek() argument
/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/
H A Dplat_ras.c362 uint32_t offset; in tegra194_ras_record_handler() local
/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/drivers/se/
H A Dse_private.h636 static inline uint32_t tegra_se_read_32(const tegra_se_dev_t *dev, uint32_t offset) in tegra_se_read_32() argument
641 static inline void tegra_se_write_32(const tegra_se_dev_t *dev, uint32_t offset, uint32_t val) in tegra_se_write_32() argument
646 static inline uint32_t tegra_pka_read_32(tegra_pka_dev_t *dev, uint32_t offset) in tegra_pka_read_32() argument
651 static inline void tegra_pka_write_32(tegra_pka_dev_t *dev, uint32_t offset, in tegra_pka_write_32() argument
/arm-trusted-firmware/plat/nvidia/tegra/include/t186/
H A Dtegra_mc_def.h292 uint32_t offset; member
306 uint32_t offset; member
315 uint32_t offset; member
/arm-trusted-firmware/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.c174 spmc_shmem_obj_get_next(struct spmc_shmem_obj_state *state, size_t *offset) in spmc_shmem_obj_get_next() argument
640 spmc_populate_ffa_v1_0_descriptor(void * dst,struct spmc_shmem_obj * orig_obj,size_t buf_size,size_t offset,size_t * copy_size,size_t * v1_0_desc_size) spmc_populate_ffa_v1_0_descriptor() argument
766 emad_advance(const struct ffa_emad_v1_0 * emad,size_t offset) emad_advance() argument
[all...]
/arm-trusted-firmware/include/lib/libfdt/
H A Dlibfdt.h122 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() argument
664 fdt_get_property_by_offset_w(void * fdt,int offset,int * lenp) fdt_get_property_by_offset_w() argument
[all...]
/arm-trusted-firmware/drivers/marvell/comphy/
H A Dphy-comphy-common.h61 #define COMPHY_MASK(offset, len) (((1 << (len)) - 1) << (offset)) argument
/arm-trusted-firmware/drivers/partition/
H A Dpartition.c158 uintptr_t offset; in load_mbr_entry() local
/arm-trusted-firmware/drivers/io/
H A Dio_block.c151 static int block_seek(io_entity_t *entity, int mode, signed long long offset) in block_seek() argument
[all...]
H A Dio_storage.c235 int io_seek(uintptr_t handle, io_seek_mode_t mode, signed long long offset) in io_seek() argument
/arm-trusted-firmware/drivers/st/clk/
H A Dstm32mp1_clk.c238 uint16_t offset; member
248 uint16_t offset; member
1282 stm32mp1_ls_osc_set(bool enable,uint32_t offset,uint32_t mask_on) stm32mp1_ls_osc_set() argument
1295 uint32_t offset = enable ? RCC_OCENSETR : RCC_OCENCLRR; stm32mp1_hs_ocs_set() local
1301 stm32mp1_osc_wait(bool enable,uint32_t offset,uint32_t mask_rdy) stm32mp1_osc_wait() argument
[all...]
/arm-trusted-firmware/drivers/nxp/trdc/
H A Dimx_trdc.c136 uint32_t index, offset, val; in trdc_mbc_blk_config() local
/arm-trusted-firmware/plat/marvell/armada/a8k/common/
H A Dplat_ble_setup.c647 unsigned int offset = 0; in ble_skip_image_gpio() local
/arm-trusted-firmware/lib/zlib/
H A Dinflate.h106 unsigned offset; /* distance back to copy string from */ member
/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spm/
H A Dmt_spm_vcorefs.h46 uint32_t offset; member
/arm-trusted-firmware/plat/mediatek/mt8183/drivers/gpio/
H A Dmtgpio.c182 const int32_t offset = 0x0c0; in gpio_get_pupd_iocfg() local
[all...]
/arm-trusted-firmware/plat/hisilicon/hikey/
H A Dhisi_dvfs.c95 uint32_t mask, uint32_t offset) in read_reg_mask() argument
/arm-trusted-firmware/drivers/st/bsec/
H A Dbsec2.c96 uint32_t offset; in bsec_dt_otp_nsec_access() local
/arm-trusted-firmware/common/
H A Dfdt_wrappers.c628 int offset; in fdtw_find_or_add_subnode() local
[all...]
/arm-trusted-firmware/include/lib/el3_runtime/aarch64/
H A Dcontext.h430 #define read_ctx_reg(ctx, offset) ((ctx)->ctx_regs[(offset) >> DWORD_SHIFT]) argument
431 #define write_ctx_reg(ctx, offset, val) (((ctx)->ctx_regs[(offset) >> DWORD_SHIFT]) \ argument

12345