Lines Matching defs:bytes
22 /* controller page size, in bytes */
58 * Read length bytes starting at offset from the start of the EPROM.
66 u32 bytes;
91 bytes = EP_PAGE_SIZE - start_offset;
93 if (len <= bytes) {
99 memcpy(dest, (u8 *)buffer + start_offset, bytes);
101 start += bytes;
102 len -= bytes;
103 dest += bytes;
179 u32 oprom_size; /* size of the oprom, in bytes */
188 u32 size; /* file size, in bytes */
346 /* calculate data bytes available in this segment */
348 /* start with the bytes from the current offset to the end */
366 /* calculate bytes wanted */
369 /* max out at the available bytes in this segment */