shift_value      1116 drivers/power/supply/ab8500_charger.c 	int curr_index, prev_curr_index, shift_value, i;
shift_value      1132 drivers/power/supply/ab8500_charger.c 		shift_value = MAIN_CH_INPUT_CURR_SHIFT;
shift_value      1133 drivers/power/supply/ab8500_charger.c 		prev_curr_index = (reg_value >> shift_value);
shift_value      1140 drivers/power/supply/ab8500_charger.c 		shift_value = VBUS_IN_CURR_LIM_SHIFT;
shift_value      1141 drivers/power/supply/ab8500_charger.c 		prev_curr_index = (reg_value >> shift_value);
shift_value      1149 drivers/power/supply/ab8500_charger.c 		shift_value = 0;
shift_value      1150 drivers/power/supply/ab8500_charger.c 		prev_curr_index = (reg_value >> shift_value);
shift_value      1185 drivers/power/supply/ab8500_charger.c 					reg, (u8)curr_index << shift_value);
shift_value      1191 drivers/power/supply/ab8500_charger.c 				(u8) i << shift_value, reg);
shift_value      1193 drivers/power/supply/ab8500_charger.c 				AB8500_CHARGER, reg, (u8)i << shift_value);
shift_value      1205 drivers/power/supply/ab8500_charger.c 				(u8)i << shift_value, reg);
shift_value      1207 drivers/power/supply/ab8500_charger.c 				AB8500_CHARGER, reg, (u8)i << shift_value);
shift_value      4992 drivers/scsi/pm8001/pm8001_hwi.c 	u32 shift_value, gsm_base, gsm_dump_offset;
shift_value      5021 drivers/scsi/pm8001/pm8001_hwi.c 				shift_value = ((gsm_dump_offset + offset) &
shift_value      5024 drivers/scsi/pm8001/pm8001_hwi.c 				shift_value = (((gsm_dump_offset + offset) &
shift_value      5031 drivers/scsi/pm8001/pm8001_hwi.c 						(gsm_base + shift_value)))
shift_value      5036 drivers/scsi/pm8001/pm8001_hwi.c 						(gsm_base + shift_value)))
shift_value        50 drivers/scsi/pm8001/pm80xx_hwi.c int pm80xx_bar4_shift(struct pm8001_hba_info *pm8001_ha, u32 shift_value)
shift_value        54 drivers/scsi/pm8001/pm80xx_hwi.c 	pm8001_cw32(pm8001_ha, 0, MEMBASE_II_SHIFT_REGISTER, shift_value);
shift_value        59 drivers/scsi/pm8001/pm80xx_hwi.c 	} while ((reg_val != shift_value) && time_before(jiffies, start));
shift_value        60 drivers/scsi/pm8001/pm80xx_hwi.c 	if (reg_val != shift_value) {