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,
108 .start_index[PM_SLEEP_MODE_STBY] = 0,
109 .start_index[PM_SLEEP_MODE_SPC] = 5,
127 .start_index[PM_SLEEP_MODE_STBY] = 0,
128 .start_index[PM_SLEEP_MODE_SPC] = 3,
137 .start_index[PM_SLEEP_MODE_STBY] = 0,
138 .start_index[PM_SLEEP_MODE_SPC] = 2,
156 .start_index[PM_SLEEP_MODE_STBY] = 0,
157 .start_index[PM_SLEEP_MODE_SPC] = 3,
168 .start_index[PM_SLEEP_MODE_STBY] = 0,
169 .start_index[PM_SLEEP_MODE_SPC] = 5,
190 .start_index[PM_SLEEP_MODE_STBY] = 0,
191 .start_index[PM_SLEEP_MODE_SPC] = 2,
231 u32 start_index; in spm_set_low_power_mode() local
234 start_index = drv->reg_data->start_index[mode]; in spm_set_low_power_mode()
238 ctl_val |= start_index << SPM_CTL_INDEX_SHIFT; in spm_set_low_power_mode()