Home
last modified time | relevance | path

Searched full:thermal (Results 1 – 16 of 16) sorted by relevance

/qemu/include/hw/misc/
H A Dbcm2835_thermal.h2 * BCM2835 dummy thermal sensor
15 #define TYPE_BCM2835_THERMAL "bcm2835-thermal"
/qemu/hw/sensor/
H A Dmax31785.c104 * | 6 | Remote Thermal Diode Connected to ADC 0 |
106 * | 7 | Remote Thermal Diode Connected to ADC 1 |
108 * | 8 | Remote Thermal Diode Connected to ADC 2 |
110 * | 9 | Remote Thermal Diode Connected to ADC 3 |
112 * | 10 | Remote Thermal Diode Connected to ADC 4 |
114 * | 11 | Remote Thermal Diode Connected to ADC 5 |
/qemu/hw/arm/
H A Dbcm2835_peripherals.c56 /* Thermal */ in bcm2835_peripherals_init()
57 object_initialize_child(obj, "thermal", &s->thermal, TYPE_BCM2835_THERMAL); in bcm2835_peripherals_init()
227 /* THERMAL */ in bcm2835_peripherals_realize()
228 if (!sysbus_realize(SYS_BUS_DEVICE(&s->thermal), errp)) { in bcm2835_peripherals_realize()
232 sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->thermal), 0)); in bcm2835_peripherals_realize()
H A Draspi4b.c72 "brcm,bcm2711-thermal", in raspi4_modify_dtb()
H A Daspeed.c1110 /* I2C8 Thermal Diodes*/ in qcom_dc_scm_firework_i2c_init()
/qemu/docs/system/arm/
H A Draspi.rst33 * SoC thermal sensor
/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h97 Bcm2835ThermalState thermal; member
/qemu/hw/misc/
H A Dbcm2835_thermal.c2 * BCM2835 dummy thermal sensor
/qemu/linux-user/ppc/
H A Dcpu_loop.c311 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in cpu_loop()
312 cpu_abort(cs, "Thermal interrupt interrupt while in user mode. " in cpu_loop()
/qemu/target/ppc/
H A Dexcp_helper.c789 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_7xx()
932 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_74xx()
1509 case POWERPC_EXCP_THERM: /* Thermal interrupt */ in powerpc_excp_books()
2061 /* Thermal interrupt */ in ppc_next_unmasked_interrupt()
2401 case PPC_INTERRUPT_THERM: /* Thermal interrupt */ in ppc_deliver_interrupt()
H A Dmisc_helper.c510 /* Note: Thermal interrupts are unimplemented */ in helper_fixup_thrm()
H A Dcpu_init.c1653 * ... and more (thermal management, performance counters, ...)
3527 /* Thermal management */ in init_proc_740()
3589 /* Thermal management */ in init_proc_750()
3655 /* Thermal management */ in init_proc_750cl()
3841 /* Thermal management */ in init_proc_750cx()
3910 /* Thermal management */ in init_proc_750fx()
3983 /* Thermal management */ in init_proc_750gx()
4052 /* Thermal management */ in init_proc_745()
4168 /* Thermal management */ in init_proc_7400()
4236 /* Thermal management */ in init_proc_7410()
H A Dhelper_regs.c767 /* Thermal management */ in register_thrm_sprs()
H A Dcpu.h124 POWERPC_EXCP_THERM = 86, /* Thermal interrupt */
2668 PPC_INTERRUPT_THERM = 0x00080, /* Thermal exception */
/qemu/hw/usb/
H A Dquirks-ftdi-ids.h726 #define POSIFLEX_PP7000_PID 0x0300 /* PP-7000II thermal printer */
/qemu/target/i386/
H A Dcpu.c7443 /* Thermal and Power Leaf */ in cpu_x86_cpuid()