Lines Matching defs:bytes
353 * NOTE - curr_len is the exact count of bytes for the read
1043 u8 bytes[256];
1050 sz = sizeof(bytes);
1051 pw = (u16 *)(bytes + sz);
1052 pwstart = (u16 *)bytes + 2;
1054 if (!esas2r_read_flash_block(a, bytes, FLS_OFFSET_CPYR - sz, sz))
1108 u8 bytes[256];
1116 sz = sizeof(bytes);
1121 if (!esas2r_read_flash_block(a, bytes, FLS_OFFSET_BOOT +
1126 bi = (struct esas2r_boot_image *)bytes;
1144 ei = (struct esas2r_efi_image *)bytes;