Lines Matching defs:offset
17 * @offset: map memory at the given offset in BAR
26 * the complete BAR from offset to the end, pass %0 here.
30 unsigned long offset,
37 if (len <= offset || !start)
39 len -= offset;
40 start += offset;
56 * @offset: map memory at the given offset in BAR
66 * the complete BAR from offset to the end, pass %0 here.
70 unsigned long offset,
81 if (len <= offset || !start)
84 len -= offset;
85 start += offset;