Searched refs:shift_value (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/power/supply/ |
D | ab8500_charger.c | 1115 int curr_index, prev_curr_index, shift_value, i; in ab8500_charger_set_current() local 1131 shift_value = MAIN_CH_INPUT_CURR_SHIFT; in ab8500_charger_set_current() 1132 prev_curr_index = (reg_value >> shift_value); in ab8500_charger_set_current() 1139 shift_value = VBUS_IN_CURR_LIM_SHIFT; in ab8500_charger_set_current() 1140 prev_curr_index = (reg_value >> shift_value); in ab8500_charger_set_current() 1148 shift_value = 0; in ab8500_charger_set_current() 1149 prev_curr_index = (reg_value >> shift_value); in ab8500_charger_set_current() 1184 reg, (u8)curr_index << shift_value); in ab8500_charger_set_current() 1190 (u8) i << shift_value, reg); in ab8500_charger_set_current() 1192 AB8500_CHARGER, reg, (u8)i << shift_value); in ab8500_charger_set_current() [all …]
|
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 4986 u32 shift_value, gsm_base, gsm_dump_offset; in pm8001_get_gsm_dump() local 5015 shift_value = ((gsm_dump_offset + offset) & in pm8001_get_gsm_dump() 5018 shift_value = (((gsm_dump_offset + offset) & in pm8001_get_gsm_dump() 5025 (gsm_base + shift_value))) in pm8001_get_gsm_dump() 5030 (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()
|