Lines Matching defs:start
3437 /* Issue another write enable to start the write. */
3796 start address and length. We are setting complete length.
3799 from start address. */
3914 start address and length. We are setting complete length.
3917 from start address. */
6292 nsec = rq->perout.start.sec * 1000000000ULL +
6293 rq->perout.start.nsec;
6304 "Start value (nsec) is over limit. Maximum size of start is only 63 bits\n");
11444 * start address and _full_ length including BSS sections
12069 /* adjustments to start on required 4 byte boundary */
12135 __be32 start = 0, end;
12145 /* adjustments to start on required 4 byte boundary */
12146 ret = tg3_nvram_read_be32(tp, offset-b_offset, &start);
12171 memcpy(buf, &start, 4);
15814 u32 val, offset, start, ver_offset;
15819 tg3_nvram_read(tp, 0x4, &start))
15842 offset = offset + ver_offset - start;
15937 u32 val, offset, start;
15954 start = 0x08000000;
15955 else if (tg3_nvram_read(tp, offset - 4, &start))
15963 offset += val - start;
18315 * tg3_io_resume - called when traffic can start flowing again.