Lines Matching refs:start_index
85 .start_index[PM_SLEEP_MODE_STBY] = 0,
86 .start_index[PM_SLEEP_MODE_SPC] = 5,
97 .start_index[PM_SLEEP_MODE_STBY] = 0,
98 .start_index[PM_SLEEP_MODE_SPC] = 5,
116 .start_index[PM_SLEEP_MODE_STBY] = 0,
117 .start_index[PM_SLEEP_MODE_SPC] = 3,
128 .start_index[PM_SLEEP_MODE_STBY] = 0,
129 .start_index[PM_SLEEP_MODE_SPC] = 5,
150 .start_index[PM_SLEEP_MODE_STBY] = 0,
151 .start_index[PM_SLEEP_MODE_SPC] = 2,
191 u32 start_index; in spm_set_low_power_mode() local
194 start_index = drv->reg_data->start_index[mode]; in spm_set_low_power_mode()
198 ctl_val |= start_index << SPM_CTL_INDEX_SHIFT; in spm_set_low_power_mode()