Home
last modified time | relevance | path

Searched refs:opal (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/powernv/
DMakefile1 obj-y += setup.o opal-wrappers.o opal.o opal-async.o idle.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 opal-irqchip.o
5 obj-y += opal-kmsg.o
10 obj-$(CONFIG_PPC_SCOM) += opal-xscom.o
11 obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o
12 obj-$(CONFIG_TRACEPOINTS) += opal-tracepoints.o
13 obj-$(CONFIG_OPAL_PRD) += opal-prd.o
Dopal.c39 struct opal { struct
43 } opal; argument
90 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal()
91 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal()
92 opal.size = of_read_number(sizep, runtimesz/4); in early_init_dt_scan_opal()
95 opal.base, basep, basesz); in early_init_dt_scan_opal()
97 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()
99 opal.size, sizep, runtimesz); in early_init_dt_scan_opal()
323 if (!opal.entry) in opal_get_chars()
343 if (!opal.entry) in opal_put_chars()
[all …]
DKconfig27 This enables the opal-prd driver, a facility to run processor
Dopal-wrappers.S79 LOAD_REG_ADDR(r11,opal); \
142 LOAD_REG_ADDR(r11,opal)
183 LOAD_REG_ADDR(r11,opal)
Dpci-ioda.c3164 rc = opal_pci_set_phb_mem_window(opal->phb_id, in pnv_pci_init_ioda_phb()
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dibmpowernv.txt6 "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.4.14/Documentation/devicetree/bindings/i2c/
Di2c-opal.txt6 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.4.14/drivers/tty/hvc/
Dhvc_opal.c338 struct device_node *opal, *np; in hvc_opal_init_early() local
343 opal = of_find_node_by_path("/ibm,opal/consoles"); in hvc_opal_init_early()
344 if (opal) in hvc_opal_init_early()
346 if (!opal) { in hvc_opal_init_early()
347 opal = of_find_node_by_path("/ibm,opal"); in hvc_opal_init_early()
348 if (opal) in hvc_opal_init_early()
352 if (!opal) in hvc_opal_init_early()
354 for_each_child_of_node(opal, np) { in hvc_opal_init_early()
360 of_node_put(opal); in hvc_opal_init_early()
/linux-4.4.14/drivers/hwmon/
Dibmpowernv.c286 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.4.14/Documentation/devicetree/bindings/rtc/
Drtc-opal.txt5 - comapatible: Should be "ibm,opal-rtc"
13 compatible = "ibm,opal-rtc";
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-powernv.txt5 - compatible : Should be "ibm,opal-v3-led".
18 compatible = "ibm,opal-v3-led";
/linux-4.4.14/arch/powerpc/sysdev/xics/
DMakefile7 obj-$(CONFIG_PPC_POWERNV) += ics-opal.o
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-elog1 What: /sys/firmware/opal/elog
11 Each log entry has a directory in /sys/firmware/opal/elog.
Dsysfs-firmware-opal-dump1 What: /sys/firmware/opal/dump
/linux-4.4.14/arch/powerpc/include/uapi/asm/
DKbuild22 header-y += opal-prd.h
/linux-4.4.14/Documentation/hwmon/
Dibmpowernv20 All the nodes in the DT appear under "/ibm,opal/sensors" and each valid node in
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dwakeup-source.txt22 3. "has-tpo" Documentation/devicetree/bindings/rtc/rtc-opal.txt
/linux-4.4.14/drivers/i2c/busses/
DMakefile116 obj-$(CONFIG_I2C_OPAL) += i2c-opal.o
DKconfig1199 called as i2c-opal.
/linux-4.4.14/drivers/rtc/
DMakefile105 obj-$(CONFIG_RTC_DRV_OPAL) += rtc-opal.o
DKconfig1126 will be called rtc-opal.
/linux-4.4.14/arch/powerpc/kernel/
Dhead_64.S800 LOAD_REG_ADDR(r11, opal)
/linux-4.4.14/arch/arm/tools/
Dmach-types672 opal MACH_OPAL OPAL 4218