Searched refs:phys_addr_t (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/u-boot/include/
H A Dphysmem.h21 phys_addr_t arch_phys_memset(phys_addr_t s, int c, phys_size_t n);
H A Dmapmem.h18 static inline void *map_sysmem(phys_addr_t paddr, unsigned long len)
27 static inline phys_addr_t map_to_sysmem(const void *ptr)
29 return (phys_addr_t)(uintptr_t)ptr;
39 static inline void *nomap_sysmem(phys_addr_t paddr, unsigned long len)
44 static inline phys_addr_t nomap_to_sysmem(const void *ptr)
46 return (phys_addr_t)(uintptr_t)ptr;
H A Daddr_map.h12 phys_addr_t paddr;
21 phys_addr_t addrmap_virt_to_phys(void *vaddr);
22 void *addrmap_phys_to_virt(phys_addr_t paddr);
23 void addrmap_set_entry(unsigned long vaddr, phys_addr_t paddr,
H A Dlmb.h33 phys_addr_t base;
97 void lmb_init_and_reserve_range(struct lmb *lmb, phys_addr_t base,
99 long lmb_add(struct lmb *lmb, phys_addr_t base, phys_size_t size);
100 long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size);
110 long lmb_reserve_flags(struct lmb *lmb, phys_addr_t base,
112 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align);
113 phys_addr_t lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align,
114 phys_addr_t max_addr);
115 phys_addr_t __lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align,
116 phys_addr_t max_add
[all...]
/u-boot/arch/mips/include/asm/mach-generic/
H A Dioremap.h11 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr,
12 phys_addr_t size)
17 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size,
/u-boot/arch/arm/mach-bcmstb/include/mach/
H A Dsdhci.h13 int bcmstb_sdhci_init(phys_addr_t regbase);
/u-boot/arch/mips/mach-octeon/include/
H A Dioremap.h11 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr,
12 phys_addr_t size)
17 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size,
/u-boot/arch/mips/mach-bmips/include/
H A Dioremap.h11 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr,
12 phys_addr_t size)
17 static inline int is_bmips_internal_registers(phys_addr_t offset)
29 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size,
/u-boot/arch/arm/include/asm/
H A Dtypes.h20 typedef unsigned long long phys_addr_t; typedef
24 typedef unsigned long phys_addr_t; typedef
/u-boot/arch/sandbox/include/asm/
H A Dtypes.h25 typedef u64 phys_addr_t; typedef
29 typedef u32 phys_addr_t; typedef
/u-boot/include/dm/platform_data/
H A Dnet_ethoc.h13 phys_addr_t packet_base;
/u-boot/arch/mips/mach-mscc/include/
H A Dioremap.h16 static inline phys_addr_t fixup_bigphys_addr(phys_addr_t phys_addr,
17 phys_addr_t size)
22 static inline int is_vcoreiii_internal_registers(phys_addr_t offset)
33 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size,
/u-boot/lib/
H A Dphysmem.c17 phys_addr_t __weak arch_phys_memset(phys_addr_t s, int c, phys_size_t n)
21 assert(((phys_addr_t)(uintptr_t)s) == s);
22 assert(((phys_addr_t)(uintptr_t)(s + n)) == s + n);
24 return (phys_addr_t)(uintptr_t)memset(s_ptr, c, n);
/u-boot/arch/sh/include/asm/
H A Dtypes.h25 typedef unsigned long phys_addr_t; typedef
/u-boot/arch/xtensa/include/asm/
H A Dtypes.h24 typedef unsigned long phys_addr_t; typedef
/u-boot/arch/microblaze/include/asm/
H A Dtypes.h27 typedef unsigned long phys_addr_t; typedef
/u-boot/board/freescale/common/
H A Dfman.h9 int fdt_set_phy_handle(void *fdt, char *compat, phys_addr_t addr,
/u-boot/arch/arc/include/asm/
H A Dtypes.h19 typedef unsigned long phys_addr_t; typedef
/u-boot/arch/powerpc/include/asm/arch-mpc85xx/
H A Dgpio.h21 phys_addr_t addr;
/u-boot/arch/powerpc/include/asm/
H A Dtypes.h26 typedef unsigned long long phys_addr_t; typedef
29 typedef unsigned long phys_addr_t; typedef
/u-boot/arch/mips/include/asm/
H A Dtypes.h30 typedef u64 phys_addr_t; typedef
36 typedef u32 phys_addr_t; typedef
/u-boot/drivers/net/mscc_eswitch/
H A Dmscc_miim.h11 phys_addr_t miim_base;
20 phys_addr_t miim_base,
/u-boot/include/net/
H A Dpcap.h15 int pcap_init(phys_addr_t paddr, unsigned long size);
/u-boot/arch/x86/include/asm/
H A Dtypes.h23 typedef unsigned long long phys_addr_t; typedef
/u-boot/arch/m68k/include/asm/
H A Dtypes.h21 typedef unsigned long phys_addr_t; typedef

Completed in 386 milliseconds

1234567891011>>