Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Deprom.c303 u32 seg_base, seg_offset; in read_segment_platform_config() local
383 seg_offset = entry->offset % SEG_SIZE; in read_segment_platform_config()
384 seg_base = entry->offset - seg_offset; in read_segment_platform_config()
390 bytes_available = SEG_SIZE - seg_offset; in read_segment_platform_config()
424 ret = read_length(dd, seg_base + seg_offset, to_copy, in read_segment_platform_config()
432 seg_offset = footer->oprom_size; in read_segment_platform_config()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Ddma-noncoherent.c64 unsigned long flags, start, seg_offset = offset; in __dma_sync_page_highmem() local
71 start = (unsigned long)kmap_atomic(page + seg_nr) + seg_offset; in __dma_sync_page_highmem()
83 seg_offset = 0; in __dma_sync_page_highmem()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c61 uint32_t seg_offset; in setup_x_points_distribution() local
72 seg_offset = (segment + (NUM_REGIONS - 7)) * NUM_PTS_IN_REGION; in setup_x_points_distribution()
73 coordinates_x[seg_offset].x = region_size; in setup_x_points_distribution()
75 for (index = seg_offset + 1; in setup_x_points_distribution()
76 index < seg_offset + NUM_PTS_IN_REGION; in setup_x_points_distribution()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h25 __le32 seg_offset[]; member
H A Dice_flex_pipe.c877 ((u8 *)pkg_hdr + le32_to_cpu(pkg_hdr->seg_offset[i])); in ice_find_seg_in_pkg()
1183 if (len < struct_size(pkg, seg_offset, 1)) in ice_verify_pkg()
1198 if (len < struct_size(pkg, seg_offset, seg_count)) in ice_verify_pkg()
1203 u32 off = le32_to_cpu(pkg->seg_offset[i]); in ice_verify_pkg()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c3030 RK_U32 seg_offset = offset; in hal_h265e_v580_wait() local
3057 memcpy(ptr + seg_offset, tile1_ptr + tile1_offset, slice_len); in hal_h265e_v580_wait()
3072 mpp_packet_add_segment_info(pkt, type, seg_offset, slice_len); in hal_h265e_v580_wait()
3077 seg_offset += slice_len; in hal_h265e_v580_wait()