Searched refs:backup_data_index (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientRkFs_v1.c | 65 unsigned int backup_data_index; member 222 info_current.backup_data_index = RKSS_BACKUP_INDEX + 1; in rkss_backup_sections() 230 info_current.backup_data_index = in rkss_backup_sections() 231 info_last.backup_data_index + in rkss_backup_sections() 234 if ((info_current.backup_data_index + info_current.backup_num) > in rkss_backup_sections() 240 __func__, index, num, info_current.backup_data_index); in rkss_backup_sections() 254 ret = blk_dwrite(dev_desc, part_info.start + info_current.backup_data_index, in rkss_backup_sections() 323 info_current.backup_data_index); in rkss_resume() 324 if ((info_current.backup_data_index + in rkss_resume() 345 part_info.start + info_current.backup_data_index, in rkss_resume()
|
| H A D | OpteeClientRkNewFs_v1.c | 68 unsigned int backup_data_index; member 224 info_current.backup_data_index = RKSS_BACKUP_INDEX + 1; in rkss_backup_sections() 232 info_current.backup_data_index = in rkss_backup_sections() 233 info_last.backup_data_index + in rkss_backup_sections() 236 if ((info_current.backup_data_index + info_current.backup_num) > in rkss_backup_sections() 242 __func__, index, num, info_current.backup_data_index); in rkss_backup_sections() 256 ret = blk_dwrite(dev_desc, part_info.start + info_current.backup_data_index, in rkss_backup_sections() 325 info_current.backup_data_index); in rkss_resume() 326 if ((info_current.backup_data_index + in rkss_resume() 346 part_info.start + info_current.backup_data_index, in rkss_resume()
|