/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/include/drivers/ |
D | memctrl_v2.h | 62 static inline uint32_t tegra_mc_read_32(uint32_t 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() 73 static inline uint32_t tegra_mc_streamid_read_32(uint32_t 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()
|
D | smmu.h | 41 static inline uint32_t tegra_smmu_read_32(uint32_t smmu_id, uint32_t off) in tegra_smmu_read_32() 67 uint32_t off, uint32_t val) in tegra_smmu_write_32()
|
D | memctrl_v1.h | 47 static inline uint32_t tegra_mc_read_32(uint32_t 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()
|
D | pmc.h | 55 static inline uint32_t tegra_pmc_read_32(uint32_t 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()
|
D | flowctrl.h | 73 static inline uint32_t tegra_fc_read_32(uint32_t 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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/marvell/armada/a3k/common/ |
D | io_addr_dec.c | 14 #define MVEBU_DEC_WIN_CTRL_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument 16 #define MVEBU_DEC_WIN_BASE_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument 18 #define MVEBU_DEC_WIN_REMAP_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument
|
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/soc/t194/ |
D | plat_smmu.c | 16 static uint32_t tegra_misc_read_32(uint32_t off) in tegra_misc_read_32()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rpi/rpi4/ |
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() 160 uint32_t pci_write_config(uint32_t addr, uint32_t off, uint32_t sz, uint32_t val) in pci_write_config()
|
/trusted-firmware-a-3.6.0-3.5.0/lib/fconf/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/brcm/board/stingray/driver/ext_sram_init/ |
D | ext_sram_init.c | 183 unsigned int off, i; in brcm_stingray_pnor_sram_init() local
|
/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/lib/debugfs/ |
D | devfip.c | 122 long off; in fipgen() local 190 long off; in fipread() local
|
D | dev.c | 657 int seek(int fd, long off, int whence) in seek() 695 int deverrseek(chan_t *channel, long off, int whence) in deverrseek() 704 int devseek(chan_t *channel, long off, int whence) in devseek()
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/amlogic/crypto/ |
D | sha_dma.c | 24 #define ASD_DESC_GET(x, msk, off) (((x) >> (off)) & (msk)) argument 25 #define ASD_DESC_SET(x, v, msk, off) \ argument
|
/trusted-firmware-a-3.6.0-3.5.0/lib/libfdt/ |
D | fdt.c | 52 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_()
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/clk/ |
D | stm32mp1_clk.c | 268 #define _CLK_SELEC(sec, off, b, idx, s) \ argument 280 #define _CLK_FIXED(sec, off, b, idx, f) \ argument 292 #define _CLK_SC_SELEC(sec, off, b, idx, s) \ argument 304 #define _CLK_SC_FIXED(sec, off, b, idx, f) \ argument
|
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/include/t186/ |
D | tegra_mc_def.h | 296 #define mc_make_txn_override_cfg(off, val) \ argument 334 #define mc_make_sec_cfg(off, ns, ovrrd, access) \ argument
|
/trusted-firmware-a-3.6.0-3.5.0/services/spd/trusty/ |
D | trusty.c | 355 static void trusty_cpu_suspend(uint32_t off) in trusty_cpu_suspend()
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/marvell/comphy/ |
D | phy-comphy-3700.h | 241 #define SGMIIPHY_ADDR(off, base) ((((off) & 0x00007FF) * 2) + (base)) argument
|