Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dvideo-uclass.c80 base = *addrp - plat->size; in alloc_fb()
83 size = *addrp - base; in alloc_fb()
84 *addrp = base; in alloc_fb()
89 int video_reserve(ulong *addrp) in video_reserve() argument
94 gd->video_top = *addrp; in video_reserve()
98 size = alloc_fb(dev, addrp); in video_reserve()
100 __func__, size, *addrp, dev->name); in video_reserve()
104 if (*addrp == gd->video_top) in video_reserve()
105 *addrp -= CONFIG_VIDEO_PCI_DEFAULT_FB_SIZE; in video_reserve()
107 gd->video_bottom = *addrp; in video_reserve()
[all …]
/u-boot/drivers/core/
A Dof_addr.c400 const __be32 *addrp, u64 size, unsigned int flags, in __of_address_to_resource() argument
407 taddr = of_translate_address(dev, addrp); in __of_address_to_resource()
422 const __be32 *addrp; in of_address_to_resource() local
427 addrp = of_get_address(dev, index, &size, &flags); in of_address_to_resource()
428 if (addrp == NULL) in of_address_to_resource()
434 return __of_address_to_resource(dev, addrp, size, flags, name, r); in of_address_to_resource()
/u-boot/include/
A Dvideo.h147 int video_reserve(ulong *addrp);
A Dpci.h1207 void **addrp),
1233 void **addrp),
/u-boot/test/dm/
A Dvideo.c286 ulong *addrp) in read_file() argument
301 *addrp = addr; in read_file()
/u-boot/drivers/pci/
A Dpci-uclass.c565 void **addrp), in pci_generic_mmap_write_config() argument
594 void **addrp), in pci_generic_mmap_read_config() argument

Completed in 21 milliseconds