Home
last modified time | relevance | path

Searched refs:seg_offset (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/hw/hfi1/
A Deprom.c262 u32 seg_base, seg_offset; in read_segment_platform_config() local
342 seg_offset = entry->offset % SEG_SIZE; in read_segment_platform_config()
343 seg_base = entry->offset - seg_offset; in read_segment_platform_config()
349 bytes_available = SEG_SIZE - seg_offset; in read_segment_platform_config()
383 ret = read_length(dd, seg_base + seg_offset, to_copy, in read_segment_platform_config()
391 seg_offset = footer->oprom_size; in read_segment_platform_config()
/drivers/gpu/drm/amd/display/modules/color/
A Dcolor_gamma.c169 uint32_t seg_offset; in setup_x_points_distribution() local
180 seg_offset = (segment + (NUM_REGIONS - 7)) * NUM_PTS_IN_REGION; in setup_x_points_distribution()
181 coordinates_x[seg_offset].x = region_size; in setup_x_points_distribution()
183 for (index = seg_offset + 1; in setup_x_points_distribution()
184 index < seg_offset + NUM_PTS_IN_REGION; in setup_x_points_distribution()
/drivers/net/ethernet/intel/ice/
A Dice_ddp.c39 if (len < struct_size(pkg, seg_offset, 1)) in ice_verify_pkg()
54 if (len < struct_size(pkg, seg_offset, seg_count)) in ice_verify_pkg()
59 u32 off = le32_to_cpu(pkg->seg_offset[i]); in ice_verify_pkg()
1350 le32_to_cpu(pkg_hdr->seg_offset[idx])); in ice_get_pkg_seg_by_idx()
1843 seg = (void *)pkg_hdr + le32_to_cpu(pkg_hdr->seg_offset[i]); in ice_find_seg_in_pkg()
A Dice_ddp.h98 __le32 seg_offset[]; member

Completed in 16 milliseconds