boost_hyst        277 drivers/hwmon/lm93.c 	u8 boost_hyst[2];
boost_hyst        504 drivers/hwmon/lm93.c 		reg = data->boost_hyst[0] & 0x0f;
boost_hyst        507 drivers/hwmon/lm93.c 		reg = data->boost_hyst[0] >> 4 & 0x0f;
boost_hyst        510 drivers/hwmon/lm93.c 		reg = data->boost_hyst[1] & 0x0f;
boost_hyst        514 drivers/hwmon/lm93.c 		reg = data->boost_hyst[1] >> 4 & 0x0f;
boost_hyst        530 drivers/hwmon/lm93.c 		reg = (data->boost_hyst[0] & 0xf0) | (reg & 0x0f);
boost_hyst        533 drivers/hwmon/lm93.c 		reg = (reg << 4 & 0xf0) | (data->boost_hyst[0] & 0x0f);
boost_hyst        536 drivers/hwmon/lm93.c 		reg = (data->boost_hyst[1] & 0xf0) | (reg & 0x0f);
boost_hyst        540 drivers/hwmon/lm93.c 		reg = (reg << 4 & 0xf0) | (data->boost_hyst[1] & 0x0f);
boost_hyst        975 drivers/hwmon/lm93.c 	data->boost_hyst[0] = lm93_read_byte(client, LM93_REG_BOOST_HYST_12);
boost_hyst        976 drivers/hwmon/lm93.c 	data->boost_hyst[1] = lm93_read_byte(client, LM93_REG_BOOST_HYST_34);
boost_hyst       1431 drivers/hwmon/lm93.c 	data->boost_hyst[nr/2] = LM93_AUTO_BOOST_HYST_TO_REG(data, val, nr, 1);
boost_hyst       1433 drivers/hwmon/lm93.c 			data->boost_hyst[nr/2]);