Home
last modified time | relevance | path

Searched refs:bcm2835_thermal_temp2adc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dbcm2835_thermal.c35 static uint16_t bcm2835_thermal_temp2adc(int temp_C) in bcm2835_thermal_temp2adc() function
51 val = FIELD_DP32(bcm2835_thermal_temp2adc(25), STAT, VALID, true); in bcm2835_thermal_read()
/openbmc/linux/drivers/thermal/broadcom/
H A Dbcm2835_thermal.c78 static int bcm2835_thermal_temp2adc(int temp, int offset, int slope) in bcm2835_thermal_temp2adc() function
247 val |= bcm2835_thermal_temp2adc(trip.temperature, in bcm2835_thermal_probe()