Searched refs:of_prop (Results 1 – 1 of 1) sorted by relevance
348 struct property* of_prop; in pci_create_OF_bus_map() local351 of_prop = (struct property*) alloc_bootmem(sizeof(struct property) + 256); in pci_create_OF_bus_map()352 if (!of_prop) in pci_create_OF_bus_map()356 memset(of_prop, -1, sizeof(struct property) + 256); in pci_create_OF_bus_map()357 of_prop->name = "pci-OF-bus-map"; in pci_create_OF_bus_map()358 of_prop->length = 256; in pci_create_OF_bus_map()359 of_prop->value = &of_prop[1]; in pci_create_OF_bus_map()360 prom_add_property(dn, of_prop); in pci_create_OF_bus_map()