Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 133) sorted by relevance

123456

/trusted-firmware-a/lib/extensions/amu/aarch64/
A Damu_helpers.S49 1: read AMEVCNTR00_EL0 /* index 0 */
50 read AMEVCNTR01_EL0 /* index 1 */
51 read AMEVCNTR02_EL0 /* index 2 */
52 read AMEVCNTR03_EL0 /* index 3 */
114 read AMEVCNTR11_EL0 /* index 1 */
115 read AMEVCNTR12_EL0 /* index 2 */
116 read AMEVCNTR13_EL0 /* index 3 */
117 read AMEVCNTR14_EL0 /* index 4 */
118 read AMEVCNTR15_EL0 /* index 5 */
119 read AMEVCNTR16_EL0 /* index 6 */
[all …]
/trusted-firmware-a/plat/marvell/armada/common/
A Dmrvl_sip_svc.c82 u_register_t ret, read, x5 = x1; in mrvl_sip_smc_handler() local
150 ret = mvebu_dfx_thermal_handle(x1, &read, x2, x3); in mrvl_sip_smc_handler()
151 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()
154 ret = mvebu_dfx_misc_handle(x1, &read, x2, x3); in mrvl_sip_smc_handler()
155 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()
163 read = 0; in mrvl_sip_smc_handler()
164 ret = mvebu_ddr_phy_read(x1, (uint16_t *)&read); in mrvl_sip_smc_handler()
165 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()
167 if ((x1 % 2 + 1) > sizeof(read)/4) { in mrvl_sip_smc_handler()
169 __func__, sizeof(read)); in mrvl_sip_smc_handler()
[all …]
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dbl2-loading-sp.puml11 bl1 -> FIP : read(FW_CONFIG)
15 bl1 -> FIP : read(bl2)
22 bl2 -> FW_CONFIG : read(UUID)
23 bl2 -> FW_CONFIG : read(load_address)
24 bl2 -> FIP : read(spkg@UUID)
33 bl2 -> FIP : read(bl32/SPMC)
37 bl2 -> FIP : read(bl31)
A Dfconf_bl2_populate.puml32 note over fconf_dyn_cfg_getter: read dtb_registry properties from dtb
39 note over fconf_tbbr_getter: read tbbr properties from dtb
41 note over arm_fconf_io: read arm io propeties from dtb
/trusted-firmware-a/lib/cpus/aarch64/
A Dcpuamu_helpers.S32 1: read CPUAMEVCNTR0_EL0
33 read CPUAMEVCNTR1_EL0
34 read CPUAMEVCNTR2_EL0
35 read CPUAMEVCNTR3_EL0
36 read CPUAMEVCNTR4_EL0
/trusted-firmware-a/drivers/marvell/
A Dddr_phy_access.c38 int snps_fw_read(uintptr_t offset, uint16_t *read) in snps_fw_read() argument
43 *read = mmio_read_16(DDR_PHY_BASE_ADDR + (2 * offset)); in snps_fw_read()
55 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read) in mvebu_ddr_phy_read() argument
57 return snps_fw_read(offset, read); in mvebu_ddr_phy_read()
A Dddr_phy_access.h15 int mvebu_ddr_phy_read(uintptr_t offset, uint16_t *read);
/trusted-firmware-a/plat/socionext/uniphier/
A Duniphier_usb.c129 int (*read)(int lba, uintptr_t buf, size_t size); member
135 .read = uniphier_ld11_usb_read,
139 .read = uniphier_ld20_usb_read,
143 .read = uniphier_pxs3_usb_read,
162 .read = uniphier_usb_read,
178 __uniphier_usb_read = param->read; in uniphier_usb_init()
/trusted-firmware-a/drivers/marvell/secure_dfx_access/
A Dmisc_dfx.c83 static int armada_dfx_sread(u_register_t *read, u_register_t addr) in armada_dfx_sread() argument
88 *read = mmio_read_32(addr); in armada_dfx_sread()
103 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read, in mvebu_dfx_misc_handle() argument
112 return armada_dfx_sread(read, addr); in mvebu_dfx_misc_handle()
A Darmada_thermal.c215 static void armada_is_valid(u_register_t *read) in armada_is_valid() argument
217 *read = (mmio_read_32(TSEN_STATUS) & TSEN_STATUS_VALID_MASK); in armada_is_valid()
220 int mvebu_dfx_thermal_handle(u_register_t func, u_register_t *read, in mvebu_dfx_thermal_handle() argument
230 armada_ap806_thermal_read(read); in mvebu_dfx_thermal_handle()
240 armada_is_valid(read); in mvebu_dfx_thermal_handle()
A Ddfx.h19 int mvebu_dfx_thermal_handle(u_register_t func, u_register_t *read,
21 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read,
/trusted-firmware-a/lib/debugfs/
A Ddevfip.c100 n = devtab[c->index]->read(c, entry, sizeof(struct fip_entry)); in get_entry()
230 n = devtab[cs.index]->read(&cs, buf, n); in fipread()
270 r = devtab[cspec->index]->read(cspec, &hname, sizeof(hname)); in fipmount()
316 .read = fipread,
/trusted-firmware-a/plat/arm/board/fvp/fdts/
A Doptee_sp_manifest.dts41 attributes = <0x3>; /* read-write */
47 attributes = <0x3>; /* read-write */
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Ddebugfs-design.rst.txt40 - read(): read from a file to a buffer.
50 int read(int fd, void *buf, int n);
83 data on a read operation. Refer to :ref:`ARM SiP Services <arm sip services>`
101 - Data exchange is limited by the shared buffer length. A large read operation
102 might be split into multiple read operations of smaller chunks.
/trusted-firmware-a/docs/components/
A Ddebugfs-design.rst40 - read(): read from a file to a buffer.
50 int read(int fd, void *buf, int n);
83 data on a read operation. Refer to :ref:`ARM SiP Services <arm sip services>`
101 - Data exchange is limited by the shared buffer length. A large read operation
102 might be split into multiple read operations of smaller chunks.
/trusted-firmware-a/docs/plat/nxp/
A Dnxp-ls-fuse-prov.rst46 …In case it is read as 00000000, then read this register using jtag (in development mode only throu…
104 …Note: In case it is read as 00000000, then read this register using jtag (in development mode only…
156 - On reset, if the SFP register were read from u-boot, it will show the following:
166 …In case it is read as 00000000, then read this register using jtag (in development mode only throu…
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/nxp/
A Dnxp-ls-fuse-prov.rst.txt46 …In case it is read as 00000000, then read this register using jtag (in development mode only throu…
104 …Note: In case it is read as 00000000, then read this register using jtag (in development mode only…
156 - On reset, if the SFP register were read from u-boot, it will show the following:
166 …In case it is read as 00000000, then read this register using jtag (in development mode only throu…
A Dnxp-ls-tbbr.rst.txt175 -- For secure-boot status, read SNVS Register $SNVS_HPSR_REG from u-boot prompt:
184 …In case it is read as 00000000, then read this register using jtag (in development mode only throu…
190 …-- Refer the SoC specific table to read the register to interpret whether the secure boot is achie…
193 --- For secure-boot status, read SNVS Register $SNVS_HPSR_REG
/trusted-firmware-a/plat/st/common/
A Dbl2_io_storage.c58 .read = mmc_read_blocks,
71 .read = spi_nor_read,
80 .read = nand_read,
92 .read = nand_read,
A Dbl2_stm32_io_storage.c59 .read = mmc_read_blocks,
78 .read = mmc_boot_part_read_blocks,
96 .read = spi_nor_read,
105 .read = nand_read,
116 .read = nand_read,
/trusted-firmware-a/drivers/io/
A Dio_block.c50 .read = block_read,
274 (ops->read != 0)); in block_read()
317 request = ops->read(lba, buf->offset, request); in block_read()
386 (ops->read != 0) && in block_write()
446 request = ops->read(lba, buf->offset, request); in block_write()
A Dio_mtd.c45 .read = mtd_read,
215 assert(ops->read != NULL); in mtd_read()
223 ret = ops->read(cur->base + cur->pos + cur->extra_offset, buffer, in mtd_read()
/trusted-firmware-a/docs/
A Dconf.py52 rst_prolog = subs.read()
/trusted-firmware-a/include/drivers/io/
A Dio_block.h14 size_t (*read)(int lba, uintptr_t buf, size_t size); member
A Dio_mtd.h35 int (*read)(unsigned int offset, uintptr_t buffer, size_t length, member

Completed in 20 milliseconds

123456