Lines Matching refs:index
31 uint32_t index; in get_table_index() local
39 index = OLD_API_TABLE1; in get_table_index()
41 index = OLD_API_TABLE1; in get_table_index()
43 index = OLD_API_TABLE2; in get_table_index()
46 index = NEW_API_TABLE; in get_table_index()
50 index = OLD_API_TABLE3; in get_table_index()
53 index = NEW_API_TABLE; in get_table_index()
58 index = NEW_API_TABLE2; in get_table_index()
61 index = NEW_API_TABLE; in get_table_index()
64 index = NEW_API_TABLE; in get_table_index()
68 return index; in get_table_index()
82 uint32_t index; in rcar_rom_secure_boot_api() local
84 index = get_table_index(); in rcar_rom_secure_boot_api()
85 secure_boot = (rom_secure_boot_api_f) rom_api_table[index]; in rcar_rom_secure_boot_api()
100 uint32_t index; in rcar_rom_get_lcs() local
102 index = get_table_index(); in rcar_rom_get_lcs()
103 get_lcs = (rom_get_lcs_api_f) rom_get_lcs_table[index]; in rcar_rom_get_lcs()