Searched refs:shift_value (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/power/supply/ |
D | ab8500_charger.c | 1116 int curr_index, prev_curr_index, shift_value, i; in ab8500_charger_set_current() local 1132 shift_value = MAIN_CH_INPUT_CURR_SHIFT; in ab8500_charger_set_current() 1133 prev_curr_index = (reg_value >> shift_value); in ab8500_charger_set_current() 1140 shift_value = VBUS_IN_CURR_LIM_SHIFT; in ab8500_charger_set_current() 1141 prev_curr_index = (reg_value >> shift_value); in ab8500_charger_set_current() 1149 shift_value = 0; in ab8500_charger_set_current() 1150 prev_curr_index = (reg_value >> shift_value); in ab8500_charger_set_current() 1185 reg, (u8)curr_index << shift_value); in ab8500_charger_set_current() 1191 (u8) i << shift_value, reg); in ab8500_charger_set_current() 1193 AB8500_CHARGER, reg, (u8)i << shift_value); in ab8500_charger_set_current() [all …]
|
/Linux-v5.4/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 4992 u32 shift_value, gsm_base, gsm_dump_offset; in pm8001_get_gsm_dump() local 5021 shift_value = ((gsm_dump_offset + offset) & in pm8001_get_gsm_dump() 5024 shift_value = (((gsm_dump_offset + offset) & in pm8001_get_gsm_dump() 5031 (gsm_base + shift_value))) in pm8001_get_gsm_dump() 5036 (gsm_base + shift_value))) in pm8001_get_gsm_dump()
|
D | pm80xx_hwi.c | 50 int pm80xx_bar4_shift(struct pm8001_hba_info *pm8001_ha, u32 shift_value) in pm80xx_bar4_shift() argument 54 pm8001_cw32(pm8001_ha, 0, MEMBASE_II_SHIFT_REGISTER, shift_value); in pm80xx_bar4_shift() 59 } while ((reg_val != shift_value) && time_before(jiffies, start)); in pm80xx_bar4_shift() 60 if (reg_val != shift_value) { in pm80xx_bar4_shift()
|