Lines Matching defs:start
3431 /* Issue another write enable to start the write. */
3790 start address and length. We are setting complete length.
3793 from start address. */
3908 start address and length. We are setting complete length.
3911 from start address. */
6277 nsec = rq->perout.start.sec * 1000000000ULL +
6278 rq->perout.start.nsec;
6289 "Start value (nsec) is over limit. Maximum size of start is only 63 bits\n");
11424 * start address and _full_ length including BSS sections
12049 /* adjustments to start on required 4 byte boundary */
12115 __be32 start = 0, end;
12125 /* adjustments to start on required 4 byte boundary */
12126 ret = tg3_nvram_read_be32(tp, offset-b_offset, &start);
12151 memcpy(buf, &start, 4);
15738 u32 val, offset, start, ver_offset;
15743 tg3_nvram_read(tp, 0x4, &start))
15766 offset = offset + ver_offset - start;
15861 u32 val, offset, start;
15878 start = 0x08000000;
15879 else if (tg3_nvram_read(tp, offset - 4, &start))
15887 offset += val - start;
18237 * tg3_io_resume - called when traffic can start flowing again.