Lines Matching refs:ucode
19 /* CPT ucode name maximum length */
30 /* CPT ucode alignment */
33 /* CPT ucode signature size */
83 * ucode version in readable format
85 struct otx_cpt_ucode_ver_num ver_num;/* ucode version number */
86 char filename[OTX_CPT_UCODE_NAME_LENGTH]; /* ucode filename */
87 dma_addr_t dma; /* phys address of ucode image */
88 dma_addr_t align_dma; /* aligned phys address of ucode image */
89 void *va; /* virt address of ucode image */
90 void *align_va; /* aligned virt address of ucode image */
91 u32 size; /* ucode image size */
92 int type; /* ucode image type SE or AE */
97 struct otx_cpt_ucode ucode;/* microcode information */
115 struct otx_cpt_ucode *ucode; /* ucode used by these engines */
141 struct otx_cpt_ucode ucode[OTX_CPT_MAX_ETYPES_PER_GRP];
149 * when it has engines attached and ucode loaded
155 struct device_attribute ucode_load_attr;/* ucode load attr */
176 int otx_cpt_uc_supports_eng_type(struct otx_cpt_ucode *ucode, int eng_type);