Searched refs:__of_address_to_resource (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_addr.c | 323 static int __of_address_to_resource(const struct device_node *dev, in __of_address_to_resource() function 358 return __of_address_to_resource(dev, addrp, size, flags, name, r); in of_address_to_resource()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | address.c | 26 static int __of_address_to_resource(struct device_node *dev, 252 return __of_address_to_resource(dev, addrp, size, flags, NULL, r); in of_pci_address_to_resource() 833 static int __of_address_to_resource(struct device_node *dev, in __of_address_to_resource() function 881 return __of_address_to_resource(dev, addrp, size, flags, name, r); in of_address_to_resource()
|