/openbmc/linux/drivers/hwmon/ |
H A D | asc7621.c | 866 PWRITE(temp1_min, 0, PRI_LOW, 0x4e, 0, 0, 0, temp8), 867 PWRITE(temp2_min, 1, PRI_LOW, 0x50, 0, 0, 0, temp8), 868 PWRITE(temp3_min, 2, PRI_LOW, 0x52, 0, 0, 0, temp8), 869 PWRITE(temp4_min, 3, PRI_LOW, 0x34, 0, 0, 0, temp8), 871 PWRITE(temp1_max, 0, PRI_LOW, 0x4f, 0, 0, 0, temp8), 872 PWRITE(temp2_max, 1, PRI_LOW, 0x51, 0, 0, 0, temp8), 873 PWRITE(temp3_max, 2, PRI_LOW, 0x53, 0, 0, 0, temp8), 874 PWRITE(temp4_max, 3, PRI_LOW, 0x35, 0, 0, 0, temp8), 914 PWRITE(temp1_auto_point1_temp, 0, PRI_LOW, 0x67, 0, 0, 0, temp8), 915 PWRITE(temp2_auto_point1_temp, 1, PRI_LOW, 0x68, 0, 0, 0, temp8), [all …]
|
H A D | lm63.c | 160 s8 temp8[15]; /* 0: local input member 181 return TEMP8_FROM_REG((u8)data->temp8[nr]); in temp8_from_reg() 182 return TEMP8_FROM_REG(data->temp8[nr]); in temp8_from_reg() 187 return data->temp8[nr] * (data->lut_temp_highres ? 500 : 1000); in lut_temp_from_reg() 213 data->temp8[3 + i] = i2c_smbus_read_byte_data(client, in lm63_update_lut() 254 data->temp8[0] = i2c_smbus_read_byte_data(client, in lm63_update_device() 256 data->temp8[1] = i2c_smbus_read_byte_data(client, in lm63_update_device() 283 data->temp8[2] = i2c_smbus_read_byte_data(client, in lm63_update_device() 315 || data->temp8[3 + i - 1] > data->temp8[3 + i]) { in lm63_lut_looks_bad() 462 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])); in show_local_temp8() [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | w83795.rst | 84 29/ 30 PECI/TSI (DTS2) 27h temp8 134 23 PECI (DTS2) 27h temp8
|
H A D | max34440.rst | 186 - temp7 and temp8 attributes only exist for MAX34440.
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | rsmisc.c | 794 resource->data.extended_irq.interrupt_count = temp8; 795 if (temp8 < 1) {
|
/openbmc/u-boot/drivers/pci/ |
H A D | fsl_pci_init.c | 301 u8 temp8, pcie_cap; in fsl_pci_init() local 578 hose->current_busno, temp8); in fsl_pci_init()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 956 uint8_t temp8; in mipsdsp_sub_u8() local 960 temp8 = (temp >> 8) & 0x01; in mipsdsp_sub_u8() 961 if (temp8 == 1) { in mipsdsp_sub_u8() 970 uint8_t temp8; in mipsdsp_satu8_sub() local 974 temp8 = (temp >> 8) & 0x01; in mipsdsp_satu8_sub() 975 if (temp8 == 1) { in mipsdsp_satu8_sub()
|