Home
last modified time | relevance | path

Searched refs:CPT_UCODE_VERSION_SZ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptpf.h19 #define CPT_UCODE_VERSION_SZ 32 macro
29 u8 version[CPT_UCODE_VERSION_SZ];
H A Dcptpf_main.c245 u8 version[CPT_UCODE_VERSION_SZ];
266 memcpy(mcode->version, (u8 *)fw_entry->data, CPT_UCODE_VERSION_SZ); in cpt_ucode_load_fw()