Searched refs:table_loc (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | mmsch_v3_0.h | 96 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; \
|
D | mmsch_v4_0.h | 105 memcpy((void *)table_loc, &direct_rd_mod_wt, size); \ 106 table_loc += size_dw; \ 115 memcpy((void *)table_loc, &direct_wt, size); \ 116 table_loc += size_dw; \ 126 memcpy((void *)table_loc, &direct_poll, size); \ 127 table_loc += size_dw; \ 134 memcpy((void *)table_loc, &end, size); \ 135 table_loc += size_dw; \
|
D | vcn_v4_0.c | 1175 uint32_t *table_loc; in vcn_v4_0_start_sriov() local 1206 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_start_sriov() 1207 table_loc += header.total_size; in vcn_v4_0_start_sriov() 1312 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_start_sriov() 1313 memcpy((void *)table_loc, &header, size); in vcn_v4_0_start_sriov() 1362 init_status = ((struct mmsch_v4_0_init_header *)(table_loc))->inst[enabled_vcn].init_status; in vcn_v4_0_start_sriov()
|
D | vcn_v3_0.c | 1293 uint32_t *table_loc; in vcn_v3_0_start_sriov() local 1319 table_loc = (uint32_t *)table->cpu_addr; in vcn_v3_0_start_sriov() 1320 table_loc += header.total_size; in vcn_v3_0_start_sriov() 1437 table_loc = (uint32_t *)table->cpu_addr; in vcn_v3_0_start_sriov() 1438 memcpy((void *)table_loc, &header, size); in vcn_v3_0_start_sriov()
|