uc_css_header
struct uc_css_header *css;
if (fw->datasize < sizeof(struct uc_css_header)) {
fw->datasize, sizeof(struct uc_css_header));
css = (struct uc_css_header *)fw->data;
if (uc_fw->header_size != sizeof(struct uc_css_header)) {