Home
last modified time | relevance | path

Searched refs:temp_val (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/usb/c67x00/
Dc67x00-hcd.c300 u16 temp_val; in c67x00_hcd_get_frame() local
303 temp_val = c67x00_ll_husb_get_frame(c67x00->sie); in c67x00_hcd_get_frame()
304 temp_val &= HOST_FRAME_MASK; in c67x00_hcd_get_frame()
305 return temp_val ? (temp_val - 1) : HOST_FRAME_MASK; in c67x00_hcd_get_frame()
/linux-3.4.99/drivers/mfd/
Dtps65090.c102 unsigned int temp_val; in tps65090_read() local
104 ret = regmap_read(tps->rmap, reg, &temp_val); in tps65090_read()
106 *val = temp_val; in tps65090_read()
/linux-3.4.99/drivers/hwmon/
Dsch5636.c76 u8 temp_val[SCH5636_NO_TEMPS]; member
114 data->temp_val[i] = val; in sch5636_update_device()
214 val = (data->temp_val[attr->index] - 64) * 1000; in show_temp_value()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c2091 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local
2097 temp_val = nx_get_temp_val(temp); in netxen_nic_check_temp()
2103 netdev->name, temp_val); in netxen_nic_check_temp()
2111 netdev->name, temp_val); in netxen_nic_check_temp()
2118 temp_val); in netxen_nic_check_temp()
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2322 u32 temp, temp_state, temp_val; in qlcnic_check_temp() local
2328 temp_val = qlcnic_get_temp_val(temp); in qlcnic_check_temp()
2334 temp_val); in qlcnic_check_temp()
2342 temp_val); in qlcnic_check_temp()
2348 " in normal range.\n", temp_val); in qlcnic_check_temp()
/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_os.c2356 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local
2362 temp_val = qla82xx_get_temp_val(temp); in qla4_8xxx_check_temp()
2367 " down.\n", temp_val); in qla4_8xxx_check_temp()
2373 " Immediate action needed.\n", temp_val); in qla4_8xxx_check_temp()
2378 temp_val); in qla4_8xxx_check_temp()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c3129 u16 temp_val; in bnx2x_cl45_read() local
3130 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_read()
3197 u16 temp_val; in bnx2x_cl45_write() local
3198 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_write()