Home
last modified time | relevance | path

Searched refs:bidram_reserve_by_name (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dbidram.h64 int bidram_reserve_by_name(const char *name, phys_addr_t base, phys_size_t size);
126 static inline int bidram_reserve_by_name(const char *name, phys_addr_t base, in bidram_reserve_by_name() function
/rk3399_rockchip-uboot/lib/
H A Dbidram.c386 int bidram_reserve_by_name(const char *name, in bidram_reserve_by_name() function
491 ret = bidram_reserve_by_name(bad[i].attr.name, in bidram_get_ram_size()