| /linux/arch/sparc/kernel/ |
| H A D | prom_irqtrans.c | 81 regs = of_get_property(dp, "reg", NULL); in psycho_irq_trans_init() 205 parent_model = of_get_property(parent, in sabre_device_needs_wsync() 212 parent_compat = of_get_property(parent, in sabre_device_needs_wsync() 259 regs = of_get_property(dp, "reg", NULL); in sabre_irq_build() 281 regs = of_get_property(dp, "reg", NULL); in sabre_irq_trans_init() 284 busrange = of_get_property(dp, "bus-range", NULL); in sabre_irq_trans_init() 438 regs = of_get_property(dp, "reg", NULL); in __schizo_irq_trans_init() 476 regs = of_get_property(dp, "reg", NULL); in pci_sun4v_irq_trans_init() 553 regs = of_get_property(dp, "reg", NULL); in fire_irq_trans_init() 661 regs = of_get_property(dp, "reg", NULL); in sbus_of_build_irq() [all …]
|
| H A D | of_device_64.c | 49 const char *model = of_get_property(np, "model", NULL); in of_bus_pci_match() 71 const char *model = of_get_property(np, "model", NULL); in of_bus_simba_match() 250 ranges = of_get_property(parent, "ranges", &rlen); in build_one_resource() 331 preg = of_get_property(op->dev.of_node, bus->addr_prop_name, &num_reg); in build_device_resources() 434 reg = of_get_property(dp, "reg", &num_reg); in apply_interrupt_map() 489 regs = of_get_property(dp, "reg", NULL); in pci_irq_swizzle() 570 imap = of_get_property(pp, "interrupt-map", &imlen); in build_one_device_irq() 571 imsk = of_get_property(pp, "interrupt-map-mask", NULL); in build_one_device_irq() 648 irq = of_get_property(dp, "interrupts", &len); in scan_one_device()
|
| /linux/arch/powerpc/platforms/83xx/ |
| H A D | usb_834x.c | 42 prop = of_get_property(np, "phy_type", NULL); in mpc834x_usb_cfg() 50 dr_mode = of_get_property(np, "dr_mode", NULL); in mpc834x_usb_cfg() 68 prop = of_get_property(np, "port0", NULL); in mpc834x_usb_cfg() 74 prop = of_get_property(np, "port1", NULL); in mpc834x_usb_cfg()
|
| H A D | mpc832x_rdb.c | 64 prop = of_get_property(np, "reg", NULL); in of_fsl_spi_probe() 69 prop = of_get_property(np, "cell-index", NULL); in of_fsl_spi_probe() 73 prop = of_get_property(np, "mode", NULL); in of_fsl_spi_probe()
|
| H A D | usb_831x.c | 36 prop = of_get_property(np, "phy_type", NULL); in mpc831x_usb_cfg() 113 dr_mode = of_get_property(np, "dr_mode", NULL); in mpc831x_usb_cfg()
|
| /linux/arch/powerpc/kernel/ |
| H A D | btext.c | 168 prop = of_get_property(np, "linux,bootx-width", NULL); in btext_initialize() 170 prop = of_get_property(np, "width", NULL); in btext_initialize() 174 prop = of_get_property(np, "linux,bootx-height", NULL); in btext_initialize() 176 prop = of_get_property(np, "height", NULL); in btext_initialize() 180 prop = of_get_property(np, "linux,bootx-depth", NULL); in btext_initialize() 182 prop = of_get_property(np, "depth", NULL); in btext_initialize() 187 prop = of_get_property(np, "linux,bootx-linebytes", NULL); in btext_initialize() 189 prop = of_get_property(np, "linebytes", NULL); in btext_initialize() 194 prop = of_get_property(np, "linux,bootx-addr", NULL); in btext_initialize() 196 prop = of_get_property(np, "address", NULL); in btext_initialize()
|
| H A D | legacy_serial.c | 89 clk = of_get_property(np, "clock-frequency", NULL); in add_legacy_port() 94 spd = of_get_property(np, "current-speed", NULL); in add_legacy_port() 97 rs = of_get_property(np, "reg-shift", NULL); in add_legacy_port() 216 reg = of_get_property(np, "reg", NULL); in add_legacy_isa_port() 227 typep = of_get_property(np, "ibm,aix-loc", NULL); in add_legacy_isa_port() 297 const __be32 *reg = of_get_property(np, "reg", NULL); in add_legacy_pci_port() 402 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports() 404 path = of_get_property(of_chosen, "stdout-path", NULL); in find_legacy_serial_ports() 635 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console() 637 name = of_get_property(of_chosen, "stdout-path", NULL); in check_legacy_serial_console() [all …]
|
| H A D | prom_parse.c | 22 prop = of_get_property(dn, "ibm,#dma-address-cells", NULL); in of_parse_dma_window() 24 prop = of_get_property(dn, "#address-cells", NULL); in of_parse_dma_window() 31 prop = of_get_property(dn, "ibm,#dma-size-cells", NULL); in of_parse_dma_window()
|
| H A D | pci_of_scan.c | 27 prop = of_get_property(np, name, &len); in get_int_prop() 128 addrs = of_get_property(node, "assigned-addresses", &proplen); in of_pci_parse_addrs() 130 addrs = of_get_property(node, "reg", &proplen); in of_pci_parse_addrs() 272 busrange = of_get_property(node, "bus-range", &len); in of_scan_pci_bridge() 278 ranges = of_get_property(node, "ranges", &len); in of_scan_pci_bridge() 369 reg = of_get_property(dn, "reg", ®len); in of_scan_pci_dev()
|
| H A D | pci_dn.c | 285 const __be32 *type = of_get_property(dn, "ibm,pci-config-space-type", NULL); in pci_add_device_node_info() 299 regs = of_get_property(dn, "reg", NULL); in pci_add_device_node_info() 309 regs = of_get_property(dn, "vendor-id", NULL); in pci_add_device_node_info() 311 regs = of_get_property(dn, "device-id", NULL); in pci_add_device_node_info() 313 regs = of_get_property(dn, "class-code", NULL); in pci_add_device_node_info() 415 classp = of_get_property(dn, "class-code", NULL); in pci_traverse_device_nodes()
|
| H A D | setup_64.c | 151 smt_option = of_get_property(dn, "ibm,smt-enabled", in check_smt_enabled() 590 sizep = of_get_property(np, propnames[0], NULL); in parse_cache_info() 593 setsp = of_get_property(np, propnames[1], NULL); in parse_cache_info() 596 bsizep = of_get_property(np, propnames[2], NULL); in parse_cache_info() 597 lsizep = of_get_property(np, propnames[3], NULL); in parse_cache_info()
|
| /linux/arch/powerpc/platforms/chrp/ |
| H A D | setup.c | 107 model = of_get_property(root, "model", NULL); in chrp_show_cpuinfo() 205 model = of_get_property(root, "model", NULL); in sio_init() 228 const unsigned int *l2cr = of_get_property(np, "l2cr", NULL); in pegasos_set_l2cr() 271 property = of_get_property(node, "model", NULL); in chrp_init() 277 property = of_get_property(of_chosen, "linux,stdout-path", NULL); in chrp_init() 306 machine = of_get_property(root, "model", NULL); in chrp_setup_arch() 380 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic() 397 iranges = of_get_property(np, "interrupt-ranges", &len); in chrp_find_openpic() 473 const unsigned int *addrp = of_get_property(np, in chrp_find_8259()
|
| H A D | pci.c | 223 machine = of_get_property(root, "model", NULL); in chrp_find_bridges() 242 bus_range = of_get_property(dev, "bus-range", &len); in chrp_find_bridges() 267 model = of_get_property(dev, "model", NULL); in chrp_find_bridges() 290 dma = of_get_property(dev, "system-dma-base", in chrp_find_bridges() 309 dma = of_get_property(dev, "ibm,dma-ranges", &len); in chrp_find_bridges()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | setup.c | 105 pp = of_get_property(np, "model", NULL); in pmac_show_cpuinfo() 110 pp = of_get_property(np, "compatible", &plen); in pmac_show_cpuinfo() 135 of_get_property(np, "i-cache-size", NULL); in pmac_show_cpuinfo() 137 of_get_property(np, "d-cache-size", NULL); in pmac_show_cpuinfo() 149 pp = of_get_property(np, "ram-type", NULL); in pmac_show_cpuinfo() 235 of_get_property(np, "l2cr-value", NULL); in l2cr_init() 262 fp = of_get_property(cpu, "clock-frequency", NULL); in pmac_setup_arch() 518 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_pmac_serial_console()
|
| H A D | udbg_scc.c | 80 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in udbg_scc_init() 99 reg = of_get_property(escc, "reg", NULL); in udbg_scc_init() 105 reg = of_get_property(macio, "assigned-addresses", NULL); in udbg_scc_init()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_of.c | 46 pname = of_get_property(dp, "name", NULL); in nvidia_probe_of_connector() 53 pedid = of_get_property(dp, in nvidia_probe_of_connector() 65 pedid = of_get_property(parent, propnames[i], NULL); in nvidia_probe_of_connector()
|
| /linux/drivers/video/fbdev/ |
| H A D | offb.c | 362 vid = of_get_property(pciparent, "vendor-id", NULL); in offb_init_palette_hacks() 363 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks() 554 pp = of_get_property(dp, "linux,bootx-depth", &len); in offb_init_nodriver() 556 pp = of_get_property(dp, "depth", &len); in offb_init_nodriver() 560 pp = of_get_property(dp, "linux,bootx-width", &len); in offb_init_nodriver() 562 pp = of_get_property(dp, "width", &len); in offb_init_nodriver() 566 pp = of_get_property(dp, "linux,bootx-height", &len); in offb_init_nodriver() 568 pp = of_get_property(dp, "height", &len); in offb_init_nodriver() 572 pp = of_get_property(dp, "linux,bootx-linebytes", &len); in offb_init_nodriver() 574 pp = of_get_property(dp, "linebytes", &len); in offb_init_nodriver() [all …]
|
| /linux/arch/powerpc/sysdev/ |
| H A D | tsi108_dev.c | 105 ph = of_get_property(np, "mdio-handle", NULL); in tsi108_eth_of_init() 112 ph = of_get_property(np, "phy-handle", NULL); in tsi108_eth_of_init() 120 phy_id = of_get_property(phy, "reg", NULL); in tsi108_eth_of_init()
|
| /linux/arch/powerpc/mm/ |
| H A D | drmem.c | 366 prop = of_get_property(dn, "ibm,lmb-size", &len); in init_drmem_lmb_size() 386 prop = of_get_property(dn, "linux,drconf-usable-memory", &len); in of_get_usable_memory() 413 prop = of_get_property(dn, "ibm,dynamic-memory", NULL); in walk_drmem_lmbs() 417 prop = of_get_property(dn, "ibm,dynamic-memory-v2", NULL); in walk_drmem_lmbs() 500 prop = of_get_property(dn, "ibm,dynamic-memory", NULL); in drmem_init() 504 prop = of_get_property(dn, "ibm,dynamic-memory-v2", NULL); in drmem_init()
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpaphp_core.c | 165 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in get_children_props() 166 names = of_get_property(dn, "ibm,drc-names", NULL); in get_children_props() 167 types = of_get_property(dn, "ibm,drc-types", NULL); in get_children_props() 168 domains = of_get_property(dn, "ibm,drc-power-domains", NULL); in get_children_props() 275 my_index = of_get_property(dn, "ibm,my-drc-index", NULL); in rpaphp_check_drc_props()
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | soc.c | 88 prop = of_get_property(np, "cache-size", NULL); in ppc4xx_l2c_probe() 97 dcrreg = of_get_property(np, "dcr-reg", &len); in ppc4xx_l2c_probe() 202 prop = of_get_property(np, "reset-type", NULL); in ppc4xx_reset_system()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_smu_controls.c | 169 l = of_get_property(node, "location", NULL); in smu_fan_create() 232 v = of_get_property(node, "min-value", NULL); in smu_fan_create() 236 v = of_get_property(node, "max-value", NULL); in smu_fan_create() 242 reg = of_get_property(node, "reg", NULL); in smu_fan_create()
|
| /linux/drivers/soc/fsl/qe/ |
| H A D | qe_tdm.c | 42 sprop = of_get_property(np, "fsl,rx-sync-clock", NULL); in ucc_of_parse_tdm() 55 sprop = of_get_property(np, "fsl,tx-sync-clock", NULL); in ucc_of_parse_tdm() 97 sprop = of_get_property(np, "fsl,tdm-framer-type", NULL); in ucc_of_parse_tdm()
|
| /linux/drivers/char/tpm/eventlog/ |
| H A D | of.c | 63 sizep = of_get_property(np, "linux,sml-size", NULL); in tpm_read_log_of() 64 basep = of_get_property(np, "linux,sml-base", NULL); in tpm_read_log_of()
|
| /linux/drivers/pcmcia/ |
| H A D | electra_cf.c | 234 prop = of_get_property(np, "card-detect-gpio", NULL); in electra_cf_probe() 239 prop = of_get_property(np, "card-vsense-gpio", NULL); in electra_cf_probe() 244 prop = of_get_property(np, "card-3v-gpio", NULL); in electra_cf_probe() 249 prop = of_get_property(np, "card-5v-gpio", NULL); in electra_cf_probe()
|