Searched full:lmh (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/thermal/qcom/ |
| H A D | lmh.c | 70 .name = "lmh", 124 ret = of_property_read_u32(np, "qcom,lmh-temp-high-millicelsius", &temp_high); in lmh_probe() 126 dev_err(dev, "missing qcom,lmh-temp-high-millicelsius property\n"); in lmh_probe() 130 ret = of_property_read_u32(np, "qcom,lmh-temp-low-millicelsius", &temp_low); in lmh_probe() 132 dev_err(dev, "missing qcom,lmh-temp-low-millicelsius property\n"); in lmh_probe() 136 ret = of_property_read_u32(np, "qcom,lmh-temp-arm-millicelsius", &temp_arm); in lmh_probe() 138 dev_err(dev, "missing qcom,lmh-temp-arm-millicelsius property\n"); in lmh_probe() 143 * Only sdm845 has lmh hardware currently enabled from hlos. If this is needed in lmh_probe() 152 dev_err(dev, "Wrong CPU id associated with LMh node\n"); in lmh_probe() 224 "lmh-irq", lmh_data); in lmh_probe() [all …]
|
| H A D | Kconfig | 64 hardware(LMh). LMh allows for hardware-enforced mitigation for cpus based on 66 LMh is configured in the firmware and this feature need not be enabled. 67 However, on certain SoCs like sdm845 LMh has to be configured from kernel.
|
| H A D | Makefile | 10 obj-$(CONFIG_QCOM_LMH) += lmh.o
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 1135 eb96 lmh RSY_RRRD
|
| /linux/ipc/ |
| H A D | util.c | 9 * Chris Evans, <chris@ferret.lmh.ox.ac.uk>
|