Lines Matching defs:bytes
63 /* controller page size, in bytes */
99 * Read length bytes starting at offset from the start of the EPROM.
107 u32 bytes;
132 bytes = EP_PAGE_SIZE - start_offset;
134 if (len <= bytes) {
140 memcpy(dest, (u8 *)buffer + start_offset, bytes);
142 start += bytes;
143 len -= bytes;
144 dest += bytes;
220 u32 oprom_size; /* size of the oprom, in bytes */
229 u32 size; /* file size, in bytes */
387 /* calculate data bytes available in this segment */
389 /* start with the bytes from the current offset to the end */
407 /* calculate bytes wanted */
410 /* max out at the available bytes in this segment */