Searched refs:addrp (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | video-uclass.c | 55 static ulong alloc_fb(struct udevice *dev, ulong *addrp) in alloc_fb() argument 64 base = *addrp - plat->size; in alloc_fb() 67 size = *addrp - base; in alloc_fb() 68 *addrp = base; in alloc_fb() 73 int video_reserve(ulong *addrp) in video_reserve() argument 80 gd->video_top = *addrp; in video_reserve() 89 *addrp = *addrp - size; in video_reserve() 90 *addrp &= ~((2 << 20) - 1); /* kernel cma alloc alignment. */ in video_reserve() 91 debug("Reserving %lx Bytes for video at: %lx\n", size, *addrp); in video_reserve() 96 size = alloc_fb(dev, addrp); in video_reserve() [all …]
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_addr.c | 324 const __be32 *addrp, u64 size, unsigned int flags, in __of_address_to_resource() argument 331 taddr = of_translate_address(dev, addrp); in __of_address_to_resource() 346 const __be32 *addrp; in of_address_to_resource() local 351 addrp = of_get_address(dev, index, &size, &flags); in of_address_to_resource() 352 if (addrp == NULL) in of_address_to_resource() 358 return __of_address_to_resource(dev, addrp, size, flags, name, r); in of_address_to_resource()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | video.h | 115 int video_reserve(ulong *addrp);
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | video.c | 240 ulong *addrp) in read_file() argument 255 *addrp = addr; in read_file()
|