/trusted-firmware-a/drivers/nxp/ddr/nxp-ddr/ |
A D | README.odt | 14 | | | |Rank 1| off | 60 | 240 | off | 60 | 240 | 60 | 60 … 16 | | | |Rank 2| off | 60 | 60 | 240 | 240 | off | 60 | 60 … 18 | | | |Rank 1| off | 60 | 60 | 60 | 60 | 60 | 240 | off … 20 | | | |Rank 2| off | 60 | 60 | 60 | 60 | 60 | 60 | 240 … 22 | | | Slot 1 | off | 60 | 80 | off | | | | … 24 | | | Slot 2 | off | 60 | | | | | 80 | off | 26 | | | |Rank 1| off | 80 | 80 | off | off | off | 28 | | | |Rank 2| off | 80 | 80 | off | off | off | 30 |Single Rank| | Slot 1 | off | 80 | 80 | off |
|
/trusted-firmware-a/plat/nvidia/tegra/include/drivers/ |
A D | memctrl_v2.h | 62 static inline uint32_t tegra_mc_read_32(uint32_t off) in tegra_mc_read_32() argument 64 return mmio_read_32(TEGRA_MC_BASE + off); in tegra_mc_read_32() 67 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() argument 69 mmio_write_32(TEGRA_MC_BASE + off, val); in tegra_mc_write_32() 73 static inline uint32_t tegra_mc_streamid_read_32(uint32_t off) in tegra_mc_streamid_read_32() argument 75 return mmio_read_32(TEGRA_MC_STREAMID_BASE + off); in tegra_mc_streamid_read_32() 78 static inline void tegra_mc_streamid_write_32(uint32_t off, uint32_t val) in tegra_mc_streamid_write_32() argument 80 mmio_write_32(TEGRA_MC_STREAMID_BASE + off, val); in tegra_mc_streamid_write_32() 81 assert(mmio_read_32(TEGRA_MC_STREAMID_BASE + off) == val); in tegra_mc_streamid_write_32()
|
A D | smmu.h | 41 static inline uint32_t tegra_smmu_read_32(uint32_t smmu_id, uint32_t off) in tegra_smmu_read_32() argument 47 ret = mmio_read_32(TEGRA_SMMU0_BASE + (uint64_t)off); in tegra_smmu_read_32() 53 ret = mmio_read_32(TEGRA_SMMU1_BASE + (uint64_t)off); in tegra_smmu_read_32() 59 ret = mmio_read_32(TEGRA_SMMU2_BASE + (uint64_t)off); in tegra_smmu_read_32() 67 uint32_t off, uint32_t val) in tegra_smmu_write_32() argument 71 mmio_write_32(TEGRA_SMMU0_BASE + (uint64_t)off, val); in tegra_smmu_write_32() 77 mmio_write_32(TEGRA_SMMU1_BASE + (uint64_t)off, val); in tegra_smmu_write_32() 83 mmio_write_32(TEGRA_SMMU2_BASE + (uint64_t)off, val); in tegra_smmu_write_32()
|
A D | memctrl_v1.h | 47 static inline uint32_t tegra_mc_read_32(uint32_t off) in tegra_mc_read_32() argument 49 return mmio_read_32(TEGRA_MC_BASE + off); in tegra_mc_read_32() 52 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() argument 54 mmio_write_32(TEGRA_MC_BASE + off, val); in tegra_mc_write_32()
|
A D | pmc.h | 55 static inline uint32_t tegra_pmc_read_32(uint32_t off) in tegra_pmc_read_32() argument 57 return mmio_read_32(TEGRA_PMC_BASE + off); in tegra_pmc_read_32() 60 static inline void tegra_pmc_write_32(uint32_t off, uint32_t val) in tegra_pmc_write_32() argument 62 mmio_write_32(TEGRA_PMC_BASE + off, val); in tegra_pmc_write_32()
|
A D | flowctrl.h | 73 static inline uint32_t tegra_fc_read_32(uint32_t off) in tegra_fc_read_32() argument 75 return mmio_read_32(TEGRA_FLOWCTRL_BASE + off); in tegra_fc_read_32() 78 static inline void tegra_fc_write_32(uint32_t off, uint32_t val) in tegra_fc_write_32() argument 80 mmio_write_32(TEGRA_FLOWCTRL_BASE + off, val); in tegra_fc_write_32()
|
/trusted-firmware-a/plat/brcm/board/stingray/driver/ext_sram_init/ |
A D | ext_sram_init.c | 183 unsigned int off, i; in brcm_stingray_pnor_sram_init() local 262 for (off = 0; off < NOR_SIZE; off += SRAM_CHECKS_GRANUL) { in brcm_stingray_pnor_sram_init() 263 i = (off / SRAM_CHECKS_GRANUL) % SRAM_CHECKS_CNT; in brcm_stingray_pnor_sram_init() 266 (unsigned long)(NOR_BASE_ADDR + off), in brcm_stingray_pnor_sram_init() 268 mmio_write_32((uintptr_t)(NOR_BASE_ADDR + off), val); in brcm_stingray_pnor_sram_init() 271 for (off = 0; off < NOR_SIZE; off += SRAM_CHECKS_GRANUL) { in brcm_stingray_pnor_sram_init() 272 i = (off / SRAM_CHECKS_GRANUL) % SRAM_CHECKS_CNT; in brcm_stingray_pnor_sram_init() 273 val = mmio_read_32((uintptr_t)(NOR_BASE_ADDR + off)); in brcm_stingray_pnor_sram_init() 275 (unsigned long)(NOR_BASE_ADDR + off), in brcm_stingray_pnor_sram_init()
|
/trusted-firmware-a/plat/marvell/armada/a3k/common/ |
A D | io_addr_dec.c | 14 #define MVEBU_DEC_WIN_CTRL_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument 15 (win) * (off)) 16 #define MVEBU_DEC_WIN_BASE_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument 17 (win) * (off) + 0x4) 18 #define MVEBU_DEC_WIN_REMAP_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument 19 (win) * (off) + 0x8)
|
/trusted-firmware-a/lib/debugfs/ |
A D | devfip.c | 122 long off; in fipgen() local 138 off = STOC_HEADER; in fipgen() 144 if (devtab[nc.index]->seek(&nc, off, KSEEK_SET) < 0) { in fipgen() 153 off += sizeof(entry); in fipgen() 190 long off; in fipread() local 225 off = fip->offset[c->qid] + c->offset; in fipread() 226 if (devtab[cs.index]->seek(&cs, off, KSEEK_SET) < 0) { in fipread()
|
A D | dev.h | 65 int (*seek)(chan_t *c, long off, int whence); 104 int devseek(chan_t *c, long off, int whence); 114 int deverrseek(chan_t *c, long off, int whence);
|
A D | dev.c | 657 int seek(int fd, long off, int whence) in seek() argument 670 return devtab[channel->index]->seek(channel, off, whence); in seek() 695 int deverrseek(chan_t *channel, long off, int whence) in deverrseek() argument 704 int devseek(chan_t *channel, long off, int whence) in devseek() argument 708 channel->offset = off; in devseek() 711 channel->offset += off; in devseek()
|
/trusted-firmware-a/plat/rpi/rpi4/ |
A D | rpi4_pci_svc.c | 111 uint32_t pci_read_config(uint32_t addr, uint32_t off, uint32_t sz, uint32_t *val) in pci_read_config() argument 117 base = pci_segment_lib_get_base(addr, off); in pci_read_config() 160 uint32_t pci_write_config(uint32_t addr, uint32_t off, uint32_t sz, uint32_t val) in pci_write_config() argument 166 base = pci_segment_lib_get_base(addr, off); in pci_write_config()
|
/trusted-firmware-a/docs/resources/diagrams/plantuml/ |
A D | bl2-loading-sp.puml | 18 bl1 --> bl2 : hand off (FW_CONFIG) 40 bl2 --> bl31 : hand off (TOS_FW_CONFIG) 42 bl31 --> SPMC : hand off (TOS_FW_CONFIG)
|
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/ |
A D | plat_smmu.c | 16 static uint32_t tegra_misc_read_32(uint32_t off) in tegra_misc_read_32() argument 18 return mmio_read_32((uintptr_t)TEGRA_MISC_BASE + off); in tegra_misc_read_32()
|
/trusted-firmware-a/lib/fconf/ |
A D | fconf_mpmm_getter.c | 27 static int fconf_populate_mpmm_cpu(const void *fdt, int off, uintptr_t mpidr) in fconf_populate_mpmm_cpu() argument 41 fdt_getprop(fdt, off, "supports-mpmm", &len); in fconf_populate_mpmm_cpu()
|
/trusted-firmware-a/drivers/amlogic/crypto/ |
A D | sha_dma.c | 23 #define ASD_DESC_GET(x, msk, off) (((x) >> (off)) & (msk)) argument 24 #define ASD_DESC_SET(x, v, msk, off) \ argument 25 ((x) = ((x) & ~((msk) << (off))) | (((v) & (msk)) << (off)))
|
/trusted-firmware-a/plat/nvidia/tegra/include/t186/ |
A D | tegra_mc_def.h | 296 #define mc_make_txn_override_cfg(off, val) \ argument 298 .offset = MC_TXN_OVERRIDE_CONFIG_ ## off, \ 334 #define mc_make_sec_cfg(off, ns, ovrrd, access) \ argument 336 .name = # off, \ 338 MC_STREAMID_OVERRIDE_CFG_ ## off), \
|
/trusted-firmware-a/include/services/ |
A D | pci_svc.h | 45 uint32_t pci_read_config(uint32_t addr, uint32_t off, uint32_t sz, uint32_t *val); 46 uint32_t pci_write_config(uint32_t addr, uint32_t off, uint32_t sz, uint32_t val);
|
/trusted-firmware-a/plat/allwinner/common/ |
A D | arisc_off.S | 6 # OpenRISC assembly to turn off an ARM core on an Allwinner SoC from 13 # plat/allwinner/sun50i_*/include/core_off_arisc.h, to be handed off to 18 # very ARM core to be turned off. 73 l.ori r5, r0, 0xff # 0xff means all switches off
|
/trusted-firmware-a/services/std_svc/ |
A D | pci_svc.c | 16 static uint64_t validate_rw_addr_sz(uint32_t addr, uint64_t off, uint64_t sz) in validate_rw_addr_sz() argument 35 if ((off + sz) > (PCI_OFFSET_MASK + 1U)) { in validate_rw_addr_sz()
|
/trusted-firmware-a/docs/process/ |
A D | commit-style.rst | 50 Signed-off-by: Chris Kay <chris.kay@arm.com> 140 Commits are expected to be signed off with the ``Signed-off-by:`` trailer using 144 There may be multiple ``Signed-off-by:`` lines depending on the history of the 146 `Gerrit Signed-off-by Lines guidelines`_. 161 .. _Gerrit Signed-off-by Lines guidelines: https://review.trustedfirmware.org/Documentation/user-si…
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/ |
A D | commit-style.rst.txt | 50 Signed-off-by: Chris Kay <chris.kay@arm.com> 140 Commits are expected to be signed off with the ``Signed-off-by:`` trailer using 144 There may be multiple ``Signed-off-by:`` lines depending on the history of the 146 `Gerrit Signed-off-by Lines guidelines`_. 161 .. _Gerrit Signed-off-by Lines guidelines: https://review.trustedfirmware.org/Documentation/user-si…
|
/trusted-firmware-a/lib/libfdt/ |
A D | fdt.c | 48 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_() argument 50 return (off >= hdrsize) && (off <= totalsize); in check_off_()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/ |
A D | deprecated.rst.txt | 8 off period before deleting it or it can be deleted straight away. For later types
|
/trusted-firmware-a/docs/plat/ |
A D | deprecated.rst | 8 off period before deleting it or it can be deleted straight away. For later types
|