/linux-4.1.27/arch/powerpc/platforms/amigaone/ |
D | setup.c | 45 cfg_addr = of_get_address(dev, 0, NULL, NULL); in amigaone_add_bridge() 46 cfg_data = of_get_address(dev, 1, NULL, NULL); in amigaone_add_bridge()
|
/linux-4.1.27/include/linux/ |
D | of_address.h | 44 extern const __be32 *of_get_address(struct device_node *dev, int index, 68 static inline const __be32 *of_get_address(struct device_node *dev, int index, in of_get_address() function
|
/linux-4.1.27/drivers/memory/ |
D | jz4780-nemc.c | 71 while ((prop = of_get_address(dev->of_node, i++, NULL, NULL))) { in jz4780_nemc_num_banks() 321 while ((prop = of_get_address(child, i++, NULL, NULL))) { in jz4780_nemc_probe()
|
/linux-4.1.27/arch/arm/mach-bcm/ |
D | bcm_kona_smc.c | 56 prop_val = of_get_address(node, 0, &prop_size, NULL); in bcm_kona_smc_init()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | firmware.c | 193 addr = of_get_address(nd, 0, NULL, NULL); in exynos_firmware_init()
|
/linux-4.1.27/drivers/dma/bestcomm/ |
D | sram.c | 63 regaddr_p = of_get_address(sram_node, 0, &size64, NULL); in bcom_sram_init()
|
/linux-4.1.27/drivers/of/ |
D | address.c | 631 const __be32 *of_get_address(struct device_node *dev, int index, u64 *size, in of_get_address() function 667 EXPORT_SYMBOL(of_get_address); 829 addrp = of_get_address(dev, index, &size, &flags); in of_address_to_resource()
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | lite5200_pm.c | 66 regaddr_p = of_get_address(np, 0, NULL, NULL); in lite5200_pm_prepare()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | offb.c | 310 addrp = of_get_address(np, index, &asize, &flags); in offb_map_reg() 602 for (i = 0; (addrp = of_get_address(dp, i, &asize, &flags)) in offb_init_nodriver()
|
D | amba-clcd.c | 723 of_get_address(memory, 0, &size, NULL)); in clcdfb_of_vram_setup()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | legacy_serial.c | 183 addrp = of_get_address(soc_dev, 0, NULL, NULL); in add_legacy_soc_port()
|
/linux-4.1.27/drivers/spi/ |
D | spi-mpc512x-psc.c | 575 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc512x_psc_spi_of_probe()
|
D | spi-mpc52xx-psc.c | 459 regaddr_p = of_get_address(op->dev.of_node, 0, &size64, NULL); in mpc52xx_psc_spi_of_probe()
|
/linux-4.1.27/drivers/bcma/ |
D | main.c | 148 reg = of_get_address(node, 0, &size, NULL); in bcma_of_find_child_device()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-irq.c | 2247 addr = of_get_address(ciu_node, 0, NULL, NULL); in octeon_irq_init_cib() 2255 addr = of_get_address(ciu_node, 1, NULL, NULL); in octeon_irq_init_cib()
|
/linux-4.1.27/drivers/iommu/ |
D | fsl_pamu.c | 1041 of_get_address(dev->of_node, 0, &size, NULL); in fsl_pamu_probe()
|
/linux-4.1.27/drivers/pci/host/ |
D | pcie-designware.c | 371 addrp = of_get_address(np, index, NULL, NULL); in dw_pcie_host_init()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.c | 2358 offset = *of_get_address(np, 1, &size, NULL); in qe_udc_config()
|