Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dtps65090.h124 unsigned int temp_val; in tps65090_read() local
127 ret = regmap_read(tps->rmap, reg, &temp_val); in tps65090_read()
129 *val = temp_val; in tps65090_read()
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c286 u16 temp_val; in c67x00_hcd_get_frame() local
289 temp_val = c67x00_ll_husb_get_frame(c67x00->sie); in c67x00_hcd_get_frame()
290 temp_val &= HOST_FRAME_MASK; in c67x00_hcd_get_frame()
291 return temp_val ? (temp_val - 1) : HOST_FRAME_MASK; in c67x00_hcd_get_frame()
/linux/drivers/net/ethernet/freescale/
H A Dfec_ptp.c232 u32 compare_val, ptp_hc, temp_val; in fec_ptp_pps_perout() local
265 temp_val = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_pps_perout()
266 temp_val |= FEC_T_CTRL_PINPER; in fec_ptp_pps_perout()
267 writel(temp_val, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_pps_perout()
270 temp_val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_pps_perout()
271 temp_val |= (1 << FEC_T_TF_OFFSET | 1 << FEC_T_TIE_OFFSET); in fec_ptp_pps_perout()
272 temp_val &= ~(1 << FEC_T_TDRE_OFFSET); in fec_ptp_pps_perout()
273 temp_val &= ~(FEC_T_TMODE_MASK); in fec_ptp_pps_perout()
274 temp_val |= (FEC_TMODE_TOGGLE << FEC_T_TMODE_OFFSET); in fec_ptp_pps_perout()
275 writel(temp_val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_pps_perout()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg.c287 char temp_val[ADF_CFG_MAX_VAL_LEN_IN_BYTES]; in adf_cfg_add_key_value_param() local
323 if (!adf_cfg_key_val_get(accel_dev, section_name, key, temp_val)) { in adf_cfg_add_key_value_param()
324 if (strncmp(temp_val, key_val->val, sizeof(temp_val))) { in adf_cfg_add_key_value_param()
/linux/drivers/hwmon/
H A Dsch5636.c63 u8 temp_val[SCH5636_NO_TEMPS]; member
101 data->temp_val[i] = val; in sch5636_update_device()
201 val = (data->temp_val[attr->index] - 64) * 1000; in temp_value_show()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c327 u32 temp_val = mpi_opts & HW_ATL_FW2X_CTRL_TEMPERATURE; in aq_fw2x_get_phy_temp() local
341 temp_val != in aq_fw2x_get_phy_temp()
/linux/fs/resctrl/
H A Dmonitor.c1325 u32 temp_val = 0; in resctrl_parse_mem_transactions() local
1332 *val = temp_val; in resctrl_parse_mem_transactions()
1341 temp_val |= mbm_transactions[i].val; in resctrl_parse_mem_transactions()
/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c199 uint32_t temp_params = 0, temp_val = 0; in csio_mb_params() local
216 temp_val = *val++; in csio_mb_params()
219 *p++ = htonl(temp_val); in csio_mb_params()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c2131 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local
2137 temp_val = nx_get_temp_val(temp); in netxen_nic_check_temp()
2143 netdev->name, temp_val); in netxen_nic_check_temp()
2151 netdev->name, temp_val); in netxen_nic_check_temp()
2158 temp_val); in netxen_nic_check_temp()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c2896 u32 temp_state, temp_val, temp = 0; in qlcnic_check_temp() local
2906 temp_val = qlcnic_get_temp_val(temp); in qlcnic_check_temp()
2912 temp_val); in qlcnic_check_temp()
2920 temp_val); in qlcnic_check_temp()
2926 " in normal range.\n", temp_val); in qlcnic_check_temp()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.c2036 uint32_t temp, temp_state, temp_val; in qla8044_check_temp() local
2041 temp_val = qla82xx_get_temp_val(temp); in qla8044_check_temp()
2047 " down\n", temp_val); in qla8044_check_temp()
2054 " Immediate action needed.\n", temp_val); in qla8044_check_temp()
H A Dqla_nx.c3224 uint32_t temp, temp_state, temp_val; in qla82xx_check_temp() local
3229 temp_val = qla82xx_get_temp_val(temp); in qla82xx_check_temp()
3235 temp_val); in qla82xx_check_temp()
3241 temp_val); in qla82xx_check_temp()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c2729 u16 temp_val; in bnx2x_cl45_read() local
2730 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_read()
2803 u16 temp_val; in bnx2x_cl45_write() local
2804 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_write()