| /src/sys/external/bsd/drm2/dist/drm/r128/ |
| ati_pcigart.h | 25 int table_size; member in struct:drm_ati_pcigart_info
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_gart.h | 54 unsigned table_size; member in struct:amdgpu_gart
|
| amdgpu_rlc.c | 195 u32 table_offset, table_size; local 209 table_size = le32_to_cpu(hdr->jt_size); 217 table_size = le32_to_cpu(hdr->jt_size); 225 table_size = le32_to_cpu(hdr->jt_size); 233 table_size = le32_to_cpu(hdr->jt_size); 241 table_size = le32_to_cpu(hdr->jt_size); 244 for (i = 0; i < table_size; i ++) { 249 bo_offset += table_size;
|
| amdgpu_vce_v4_0.c | 215 uint32_t table_size = 0; local 328 table_size += sizeof(struct mmsch_v1_0_cmd_end) / 4; 329 header->vce_table_size = table_size;
|
| mmsch_v1_0.h | 55 uint32_t table_size; member in struct:mmsch_vf_eng_init_header 139 table_size += sizeof(struct mmsch_v1_0_cmd_direct_read_modify_write)/4; \ 147 table_size += sizeof(struct mmsch_v1_0_cmd_direct_write)/4; \ 155 table_size += sizeof(struct mmsch_v1_0_cmd_direct_polling)/4; \
|
| amdgpu_uvd_v7_0.c | 775 uint32_t table_size = 0; local 923 table_size += sizeof(struct mmsch_v1_0_cmd_end) / 4; 924 header->uvd_table_size = table_size;
|
| amdgpu_vcn_v2_5.c | 1134 uint32_t table_size = 0; local 1154 header->eng[i].table_size = 0; 1156 table_size = 0; 1261 table_size += sizeof(struct mmsch_v1_0_cmd_end) / 4; 1265 header->eng[i].table_size = table_size; 1266 header->total_size += table_size;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/ |
| amdgpu_rc_calc.c | 44 table_size = sizeof(qp_table_##mode##_##bpc##bpc_##max)/sizeof(*qp_table_##mode##_##bpc##bpc_##max); \ 52 int table_size = 0; local 85 if (index >= table_size) {
|
| /src/lib/libc/citrus/modules/ |
| citrus_mapper_std.c | 262 u_int64_t table_size; local 328 table_size = lz->width; 331 table_size *= lz->width; 333 table_size *= rc->rc_dst_unit_bits/8; 335 if (table_size > UINT32_MAX || 336 _region_size(&rc->rc_table) < table_size)
|
| /src/sys/arch/arm/cortex/ |
| gic_v2m.c | 276 uint32_t table_offset, table_size; local 297 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE; 298 if (table_size == 0) 302 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
|
| gicv3_its.c | 642 uint32_t table_offset, table_size; local 657 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE; 658 if (table_size == 0) 662 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset, 849 uint64_t table_size; local 886 table_size = roundup2(l1_entry_size * l1_num_ids, page_size); 887 if (howmany(table_size, page_size) > GITS_BASER_Size + 1) { 888 DPRINTF(("ITS: clamp table size 0x%lx -> ", table_size)); 889 table_size = (GITS_BASER_Size + 1) * page_size; 890 DPRINTF(("0x%lx\n", table_size)); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_smu_helper.c | 499 uint32_t table_size; local 504 table_size = sizeof(uint32_t) + 4 * sizeof(struct phm_clock_voltage_dependency_record); 505 table_clk_vlt = kzalloc(table_size, GFP_KERNEL);
|
| amdgpu_vega10_processpptables.c | 352 uint32_t table_size, i; local 359 table_size = sizeof(uint32_t) + 362 mm_table = kzalloc(table_size, GFP_KERNEL); 431 uint32_t table_size; local 439 table_size = sizeof(uint32_t) + sizeof(struct phm_tdp_table); 441 tdp_table = kzalloc(table_size, GFP_KERNEL); 579 uint32_t table_size, i; local 585 table_size = sizeof(uint32_t) + 589 clk_table = kzalloc(table_size, GFP_KERNEL); 613 uint32_t table_size, i local 652 uint32_t table_size, i; local 719 uint32_t table_size, i; local 755 uint32_t table_size, i; local 815 uint32_t table_size, i, pcie_count; local 883 uint32_t table_size, i; local 1074 uint32_t table_size, i; local [all...] |
| amdgpu_process_pptables_v1_0.c | 165 uint32_t table_size, i; local 173 table_size = sizeof(uint32_t) + 176 table = kzalloc(table_size, GFP_KERNEL); 326 uint32_t table_size, i; local 333 table_size = sizeof(uint32_t) + 336 table = kzalloc(table_size, GFP_KERNEL); 378 uint32_t table_size, i; local 386 table_size = sizeof(uint32_t) + sizeof(phm_ppt_v1_clock_voltage_dependency_record) 389 mclk_table = kzalloc(table_size, GFP_KERNEL); 421 uint32_t table_size, i local 502 uint32_t table_size, i, pcie_count; local 598 uint32_t table_size; local 698 uint32_t table_size, i; local 740 uint32_t table_size; local [all...] |
| amdgpu_processpptables.c | 94 uint16_t table_size = 0; local 99 table_size = sizeof(uint8_t) + p->ucNumEntries * sizeof(VCEClockInfo); 102 return table_size; 122 uint16_t table_size = 0; local 128 table_size = sizeof(uint8_t) + ptable->numEntries * sizeof(ATOM_PPLIB_VCE_Clock_Voltage_Limit_Record); 130 return table_size; 193 uint16_t table_size = 0; local 199 table_size = sizeof(UCHAR) + 203 return table_size; 320 unsigned long table_size; local 385 unsigned long table_size, i; local 415 unsigned long table_size, i; local 1091 unsigned long table_size, i; local 1124 unsigned long table_size, i; local 1155 unsigned long table_size, i; local 1183 unsigned table_size, i; local 1379 unsigned long table_size, i; local [all...] |
| amdgpu_smu10_hwmgr.c | 420 uint32_t table_size, i; local 423 table_size = sizeof(uint32_t) + sizeof(struct smu10_voltage_dependency_table) * num_entry; 424 ptable = kzalloc(table_size, GFP_KERNEL);
|
| amdgpu_smu7_hwmgr.c | 2005 uint32_t table_size, i, j; local 2006 table_size = lookup_table->count; 2012 for (i = 0; i < table_size - 1; i++) {
|
| amdgpu_vega10_hwmgr.c | 721 uint32_t table_size, i, j; local 726 table_size = lookup_table->count; 729 for (i = 0; i < table_size - 1; i++) {
|
| /src/sys/arch/arm/apple/ |
| apple_pcie.c | 627 uint32_t table_offset, table_size; local 647 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE; 648 if (table_size == 0) 652 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
|
| /src/sys/arch/x86/pci/ |
| msipic.c | 673 size_t table_size; local 743 table_size = table_nentry * PCI_MSIX_TABLE_ENTRY_SIZE; 746 roundup(table_size, PAGE_SIZE), table_offset, 765 bssize = roundup(table_size, PAGE_SIZE);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
| smu_v11_0_pptable.h | 144 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size member in struct:smu_11_0_powerplay_table
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| amdgpu_bios_parser.c | 660 uint32_t table_size; local 672 table_size = 682 for (i = 0; i < table_size; i++) { 1096 uint32_t table_size; local 1135 table_size = (le16_to_cpu(tbl->sHeader.usStructureSize) - 1139 for (i = 0; i < table_size; i++) { 1626 uint32_t table_size; local 1666 table_size = (le16_to_cpu(tbl->sHeader.usStructureSize) - 1670 for (i = 0; i < table_size; i++)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
| amdgpu_smu.c | 532 uint32_t table_size; local 538 table_size = smu_table->tables[table_index].size; 541 memcpy(table->cpu_addr, table_data, table_size); 558 memcpy(table_data, table->cpu_addr, table_size);
|
| /src/sys/arch/hp300/stand/common/ |
| scsireg.h | 450 u_char table_size : 4; member in struct:scsi_sense::__anon1367::scsi_cache
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe.c | 426 int queue_id, table_size, index_mult; local 445 table_size = 128; 453 table_size = 512; 460 for (i = 0, j = 0; i < table_size; i++, j++) { 6145 int table_size; local 6152 table_size = 128; 6155 table_size = 32; 6160 for (i = 0; i < table_size; i++) {
|