/tf-a-ffa_el3_spmc/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() 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()
|
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() 67 uint32_t off, uint32_t 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() 52 static inline void tegra_mc_write_32(uint32_t off, uint32_t 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() 60 static inline void tegra_pmc_write_32(uint32_t off, uint32_t 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() 78 static inline void tegra_fc_write_32(uint32_t off, uint32_t val) in tegra_fc_write_32()
|
/tf-a-ffa_el3_spmc/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 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
|
/tf-a-ffa_el3_spmc/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()
|
/tf-a-ffa_el3_spmc/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() 160 uint32_t pci_write_config(uint32_t addr, uint32_t off, uint32_t sz, uint32_t val) in pci_write_config()
|
/tf-a-ffa_el3_spmc/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
|
/tf-a-ffa_el3_spmc/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()
|
/tf-a-ffa_el3_spmc/lib/debugfs/ |
A D | devfip.c | 122 long off; in fipgen() local 190 long off; in fipread() local
|
A 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()
|
/tf-a-ffa_el3_spmc/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
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt.c | 48 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_()
|
/tf-a-ffa_el3_spmc/drivers/st/clk/ |
A D | stm32mp1_clk.c | 267 #define _CLK_SELEC(off, b, idx, s) \ argument 278 #define _CLK_FIXED(off, b, idx, f) \ argument 289 #define _CLK_SC_SELEC(off, b, idx, s) \ argument 300 #define _CLK_SC_FIXED(off, b, idx, f) \ argument
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/include/t186/ |
A 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
|
/tf-a-ffa_el3_spmc/services/spd/trusty/ |
A D | trusty.c | 353 static void trusty_cpu_suspend(uint32_t off) in trusty_cpu_suspend()
|
/tf-a-ffa_el3_spmc/drivers/marvell/comphy/ |
A D | phy-comphy-3700.h | 251 #define SGMIIPHY_ADDR(off, base) ((((off) & 0x00007FF) * 2) + (base)) argument
|