Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dvideo-uclass.c51 static ulong alloc_fb(struct udevice *dev, ulong *addrp) in alloc_fb() argument
60 base = *addrp - plat->size; in alloc_fb()
63 size = *addrp - base; in alloc_fb()
64 *addrp = base; in alloc_fb()
69 int video_reserve(ulong *addrp) in video_reserve() argument
74 gd->video_top = *addrp; in video_reserve()
78 size = alloc_fb(dev, addrp); in video_reserve()
80 __func__, size, *addrp, dev->name); in video_reserve()
82 gd->video_bottom = *addrp; in video_reserve()
/openbmc/u-boot/drivers/core/
H A Dof_addr.c323 const __be32 *addrp, u64 size, unsigned int flags, in __of_address_to_resource() argument
330 taddr = of_translate_address(dev, addrp); in __of_address_to_resource()
345 const __be32 *addrp; in of_address_to_resource() local
350 addrp = of_get_address(dev, index, &size, &flags); in of_address_to_resource()
351 if (addrp == NULL) in of_address_to_resource()
357 return __of_address_to_resource(dev, addrp, size, flags, name, r); in of_address_to_resource()
/openbmc/u-boot/include/
H A Dvideo.h119 int video_reserve(ulong *addrp);
H A Dpci.h1128 int (*addr_f)(struct udevice *bus, pci_dev_t bdf, uint offset, void **addrp),
1153 int (*addr_f)(struct udevice *bus, pci_dev_t bdf, uint offset, void **addrp),
/openbmc/u-boot/test/dm/
H A Dvideo.c277 ulong *addrp) in read_file() argument
292 *addrp = addr; in read_file()
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c542 int (*addr_f)(struct udevice *bus, pci_dev_t bdf, uint offset, void **addrp), in pci_generic_mmap_write_config() argument
570 int (*addr_f)(struct udevice *bus, pci_dev_t bdf, uint offset, void **addrp), in pci_generic_mmap_read_config() argument