Home
last modified time | relevance | path

Searched refs:addrp (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/video/
A Dvideo-uclass.c86 base = *addrp - size; in alloc_fb_()
88 size = *addrp - base; in alloc_fb_()
89 *addrp = base; in alloc_fb_()
102 plat->copy_base = *addrp; in alloc_fb()
114 plat->base = *addrp; in alloc_fb()
119 int video_reserve(ulong *addrp) in video_reserve() argument
124 gd->video_top = *addrp; in video_reserve()
128 size = alloc_fb(dev, addrp); in video_reserve()
134 if (*addrp == gd->video_top) in video_reserve()
137 gd->video_bottom = *addrp; in video_reserve()
[all …]
/u-boot/drivers/core/
A Dof_addr.c405 const __be32 *addrp, u64 size, unsigned int flags, in __of_address_to_resource() argument
412 taddr = of_translate_address(dev, addrp); in __of_address_to_resource()
427 const __be32 *addrp; in of_address_to_resource() local
432 addrp = of_get_address(dev, index, &size, &flags); in of_address_to_resource()
433 if (addrp == NULL) in of_address_to_resource()
439 return __of_address_to_resource(dev, addrp, size, flags, name, r); in of_address_to_resource()
/u-boot/include/
A Dvideo.h187 int video_reserve(ulong *addrp);
A Dpci.h1144 void **addrp),
1170 void **addrp),
/u-boot/test/dm/
A Dvideo.c354 ulong *addrp) in read_file() argument
369 *addrp = addr; in read_file()
/u-boot/drivers/pci/
A Dpci-uclass.c581 void **addrp), in pci_generic_mmap_write_config() argument
610 void **addrp), in pci_generic_mmap_read_config() argument

Completed in 26 milliseconds