Lines Matching defs:start
58 * Read length bytes starting at offset from the start of the EPROM.
60 static int read_length(struct hfi1_devdata *dd, u32 start, u32 len, void *dest)
71 end = start + len;
82 start_offset = start & EP_PAGE_MASK;
86 /* align and read the page that contains the start */
87 read_start = start & ~EP_PAGE_MASK;
101 start += bytes;
105 /* start is now page aligned */
109 read_page(dd, start, buffer);
112 start += EP_PAGE_SIZE;
119 read_page(dd, start, buffer);
187 u32 offset; /* file offset from start of EPROM */
282 /* find the file table start, which precedes the footer */
326 "Bad configuration file start + size 0x%x+0x%x\n",
348 /* start with the bytes from the current offset to the end */