Lines Matching refs:get_property
159 char *device_type = (char *)get_property(dn, "device_type", 0); in rtas_fake_read()
160 u32 *class_code = (u32 *)get_property(dn, "class-code", 0); in rtas_fake_read()
260 opprop = (unsigned int *)get_property(find_path_device("/"), in find_and_init_phbs()
265 ui_ptr = (unsigned int *) get_property(find_path_device("/"), in find_and_init_phbs()
285 model = (char *) get_property(Pci_Node, "model", NULL); in find_and_init_phbs()
295 ui_ptr = (unsigned int *) get_property(Pci_Node, "#size-cells", NULL); in find_and_init_phbs()
301 ui_ptr = (unsigned int *) get_property(Pci_Node, "#address-cells", NULL); in find_and_init_phbs()
312 ranges = (unsigned int *) get_property(Pci_Node, "ranges", &rlen); in find_and_init_phbs()
434 ui_ptr = (unsigned int *) get_property(dev, "reg", &len); in alloc_phb()
561 bus_range = (int *) get_property(dev, "bus-range", &len); in alloc_phb()
577 buid_vals = (int *) get_property(dev, "ibm,fw-phb-id", &len); in alloc_phb()
620 char *loc_code = get_property(dn, "ibm,loc-code", 0); in fixup_resources()
696 model = get_property(root, "model", NULL); in check_s7a()
749 if (get_property(find_path_device("/rtas"),"ibm,fw-phb-id",NULL) != NULL) { in pSeries_pcibios_init()
779 (char*)get_property(DevNode,"ibm,loc-code",0)); in device_Location()