Lines Matching refs:sz
590 u32 sz = 0; in chk_cfg() local
615 sz += size + (2 * sizeof(u16)); in chk_cfg()
618 if (sz > len - (2 * sizeof(u16))) in chk_cfg()
623 if (length && sz != length) in chk_cfg()
626 return sz; in chk_cfg()
1048 u32 sz; in esas2r_read_flash_rev() local
1050 sz = sizeof(bytes); in esas2r_read_flash_rev()
1051 pw = (u16 *)(bytes + sz); in esas2r_read_flash_rev()
1054 if (!esas2r_read_flash_block(a, bytes, FLS_OFFSET_CPYR - sz, sz)) in esas2r_read_flash_rev()
1111 u32 sz; in esas2r_read_image_type() local
1116 sz = sizeof(bytes); in esas2r_read_image_type()
1123 sz)) in esas2r_read_image_type()