/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | Makefile | 1 obj-y += setup.o opal-wrappers.o opal.o opal-async.o 2 obj-y += opal-rtc.o opal-nvram.o opal-lpc.o opal-flash.o 3 obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o 4 obj-y += opal-msglog.o opal-hmi.o opal-power.o 9 obj-$(CONFIG_PPC_SCOM) += opal-xscom.o 10 obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o 11 obj-$(CONFIG_TRACEPOINTS) += opal-tracepoints.o
|
D | opal.c | 39 struct opal { struct 43 } opal; argument 96 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal() 97 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal() 98 opal.size = of_read_number(sizep, runtimesz/4); in early_init_dt_scan_opal() 101 opal.base, basep, basesz); in early_init_dt_scan_opal() 103 opal.entry, entryp, entrysz); in early_init_dt_scan_opal() 105 opal.size, sizep, runtimesz); in early_init_dt_scan_opal() 403 if (!opal.entry) in opal_get_chars() 423 if (!opal.entry) in opal_put_chars() [all …]
|
D | opal-wrappers.S | 79 LOAD_REG_ADDR(r11,opal); \ 142 LOAD_REG_ADDR(r11,opal) 183 LOAD_REG_ADDR(r11,opal)
|
D | pci-ioda.c | 2765 rc = opal_pci_set_phb_mem_window(opal->phb_id, in pnv_pci_init_ioda_phb()
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | ibmpowernv.txt | 6 "ibm,opal-sensor-cooling-fan" 7 "ibm,opal-sensor-amb-temp" 8 "ibm,opal-sensor-power-supply" 9 "ibm,opal-sensor-power" 17 compatible = "ibm,opal-sensor-cooling-fan"; 22 compatible = "ibm,opal-sensor-amb-temp";
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-opal.txt | 6 perspective, the properties of use are "ibm,port-name" and "ibm,opal-id". 11 - compatible: must be "ibm,opal-i2c" 12 - ibm,opal-id: Refers to a specific bus and used to identify it when calling 30 compatible = "ibm,power8-i2c-port", "ibm,opal-i2c"; 31 ibm,opal-id = <0x1>;
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_opal.c | 351 struct device_node *opal, *np; in hvc_opal_init_early() local 356 opal = of_find_node_by_path("/ibm,opal/consoles"); in hvc_opal_init_early() 357 if (opal) in hvc_opal_init_early() 359 if (!opal) { in hvc_opal_init_early() 360 opal = of_find_node_by_path("/ibm,opal"); in hvc_opal_init_early() 361 if (opal) in hvc_opal_init_early() 365 if (!opal) in hvc_opal_init_early() 367 for_each_child_of_node(opal, np) { in hvc_opal_init_early() 373 of_node_put(opal); in hvc_opal_init_early()
|
/linux-4.1.27/drivers/hwmon/ |
D | ibmpowernv.c | 286 struct device_node *opal, *np; in populate_attr_groups() local 289 opal = of_find_node_by_path("/ibm,opal/sensors"); in populate_attr_groups() 290 for_each_child_of_node(opal, np) { in populate_attr_groups() 309 of_node_put(opal); in populate_attr_groups() 352 struct device_node *opal, *np; in create_device_attrs() local 359 opal = of_find_node_by_path("/ibm,opal/sensors"); in create_device_attrs() 367 for_each_child_of_node(opal, np) { in create_device_attrs() 436 of_node_put(opal); in create_device_attrs()
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | rtc-opal.txt | 5 - comapatible: Should be "ibm,opal-rtc" 12 compatible = "ibm,opal-rtc";
|
/linux-4.1.27/arch/powerpc/sysdev/xics/ |
D | Makefile | 7 obj-$(CONFIG_PPC_POWERNV) += ics-opal.o
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 1 What: /sys/firmware/opal/elog 11 Each log entry has a directory in /sys/firmware/opal/elog.
|
D | sysfs-firmware-opal-dump | 1 What: /sys/firmware/opal/dump
|
/linux-4.1.27/Documentation/hwmon/ |
D | ibmpowernv | 20 All the nodes in the DT appear under "/ibm,opal/sensors" and each valid node in
|
/linux-4.1.27/drivers/i2c/busses/ |
D | Makefile | 110 obj-$(CONFIG_I2C_OPAL) += i2c-opal.o
|
D | Kconfig | 1134 called as i2c-opal.
|
/linux-4.1.27/drivers/rtc/ |
D | Makefile | 100 obj-$(CONFIG_RTC_DRV_OPAL) += rtc-opal.o
|
D | Kconfig | 1110 will be called rtc-opal.
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | head_64.S | 765 LOAD_REG_ADDR(r11, opal)
|
/linux-4.1.27/arch/arm/tools/ |
D | mach-types | 672 opal MACH_OPAL OPAL 4218
|