Searched defs:sdma_firmware_header_v2_0 (Results 1 – 1 of 1) sorted by relevance
306 struct sdma_firmware_header_v2_0 { struct307 struct common_firmware_header header;308 uint32_t ucode_feature_version;309 uint32_t ctx_ucode_size_bytes; /* context thread ucode size */310 uint32_t ctx_jt_offset; /* context thread jt location */311 uint32_t ctx_jt_size; /* context thread size of jt */312 uint32_t ctl_ucode_offset;313 uint32_t ctl_ucode_size_bytes; /* control thread ucode size */314 uint32_t ctl_jt_offset; /* control thread jt location */315 uint32_t ctl_jt_size; /* control thread size of jt */