Searched defs:temp_val (Results 1 - 7 of 7) sorted by relevance

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

Completed in 457 milliseconds