Searched full:thermal (Results 1 – 16 of 16) sorted by relevance
/qemu/include/hw/misc/ |
H A D | bcm2835_thermal.h | 2 * BCM2835 dummy thermal sensor 15 #define TYPE_BCM2835_THERMAL "bcm2835-thermal"
|
/qemu/hw/sensor/ |
H A D | max31785.c | 104 * | 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 D | bcm2835_peripherals.c | 56 /* 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 D | raspi4b.c | 72 "brcm,bcm2711-thermal", in raspi4_modify_dtb()
|
H A D | aspeed.c | 1110 /* I2C8 Thermal Diodes*/ in qcom_dc_scm_firework_i2c_init()
|
/qemu/docs/system/arm/ |
H A D | raspi.rst | 33 * SoC thermal sensor
|
/qemu/include/hw/arm/ |
H A D | bcm2835_peripherals.h | 97 Bcm2835ThermalState thermal; member
|
/qemu/hw/misc/ |
H A D | bcm2835_thermal.c | 2 * BCM2835 dummy thermal sensor
|
/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 311 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 D | excp_helper.c | 789 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 D | misc_helper.c | 510 /* Note: Thermal interrupts are unimplemented */ in helper_fixup_thrm()
|
H A D | cpu_init.c | 1653 * ... 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 D | helper_regs.c | 767 /* Thermal management */ in register_thrm_sprs()
|
H A D | cpu.h | 124 POWERPC_EXCP_THERM = 86, /* Thermal interrupt */ 2668 PPC_INTERRUPT_THERM = 0x00080, /* Thermal exception */
|
/qemu/hw/usb/ |
H A D | quirks-ftdi-ids.h | 726 #define POSIFLEX_PP7000_PID 0x0300 /* PP-7000II thermal printer */
|
/qemu/target/i386/ |
H A D | cpu.c | 7443 /* Thermal and Power Leaf */ in cpu_x86_cpuid()
|