Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsurface_temp.c70 __le16 temp_le; in ssam_tmp_get_temperature() local
73 status = __ssam_tmp_get_temperature(sdev->ctrl, sdev->uid.target, iid, &temp_le); in ssam_tmp_get_temperature()
78 *temperature = (le16_to_cpu(temp_le) - 2731) * 100L; in ssam_tmp_get_temperature()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c1357 __le32 *temp_le; in qlcnic_83xx_copy_fw_file() local
1370 temp_le = (__le32 *)fw->data; in qlcnic_83xx_copy_fw_file()
1376 temp[i] = __le32_to_cpu(temp_le[i]); in qlcnic_83xx_copy_fw_file()