Home
last modified time | relevance | path

Searched refs:table_loc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dmmsch_v3_0.h96 memcpy((void *)table_loc, &direct_rd_mod_wt, size); \
97 table_loc += size_dw; \
106 memcpy((void *)table_loc, &direct_wt, size); \
107 table_loc += size_dw; \
117 memcpy((void *)table_loc, &direct_poll, size); \
118 table_loc += size_dw; \
125 memcpy((void *)table_loc, &end, size); \
126 table_loc += size_dw; \
H A Dvcn_v3_0.c1228 uint32_t *table_loc; in vcn_v3_0_start_sriov() local
1258 table_loc = (uint32_t *)table->cpu_addr; in vcn_v3_0_start_sriov()
1259 table_loc += header.total_size; in vcn_v3_0_start_sriov()
1377 table_loc = (uint32_t *)table->cpu_addr; in vcn_v3_0_start_sriov()
1378 memcpy((void *)table_loc, &header, size); in vcn_v3_0_start_sriov()