Lines Matching defs:b_offset
12043 u32 i, offset, len, b_offset, b_count, cpmu_val = 0;
12070 b_offset = offset & 3;
12071 b_count = 4 - b_offset;
12076 ret = tg3_nvram_read_be32(tp, offset-b_offset, &val);
12079 memcpy(data, ((char *)&val) + b_offset, b_count);
12111 b_offset = offset + len - b_count;
12112 ret = tg3_nvram_read_be32(tp, b_offset, &val);
12133 u32 offset, len, b_offset, odd_len;
12144 if ((b_offset = (offset & 3))) {
12146 ret = tg3_nvram_read_be32(tp, offset-b_offset, &start);
12149 len += b_offset;
12166 if (b_offset || odd_len) {
12170 if (b_offset)
12174 memcpy(buf + b_offset, data, eeprom->len);