Searched defs:psp_fw_hash_table_v2 (Results 1 – 1 of 1) sorted by relevance
201 struct psp_fw_hash_table_v2 { struct202 uint16_t version; // Version 2 of psp_fw_hash_table.203 uint16_t no_of_entries_256;204 uint16_t no_of_entries_384;205 uint16_t reserved; // For alignment purposes.206 struct psp_fw_entry_hash_256_v2 *fw_hash_256;207 struct psp_fw_entry_hash_384_v2 *fw_hash_384;