HomeSort by: relevance | last modified time | path
    Searched defs:table_offset (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_rlc.c 195 u32 table_offset, table_size; local in function:amdgpu_gfx_rlc_setup_cp_table
208 table_offset = le32_to_cpu(hdr->jt_offset);
216 table_offset = le32_to_cpu(hdr->jt_offset);
224 table_offset = le32_to_cpu(hdr->jt_offset);
232 table_offset = le32_to_cpu(hdr->jt_offset);
240 table_offset = le32_to_cpu(hdr->jt_offset);
246 cpu_to_le32(le32_to_cpu(fw_data[table_offset + i]));
mmsch_v1_0.h 54 uint32_t table_offset; member in struct:mmsch_vf_eng_init_header
  /src/sys/dev/pci/
xhci_pci.c 174 uint32_t table_offset; local in function:xhci_pci_attach
179 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK;
183 sc->sc_ios = table_offset;
nvme_pci.c 200 uint32_t table_offset; local in function:nvme_pci_attach
205 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK;
208 sc->sc_ios = table_offset;
if_ena.c 350 bus_size_t table_offset; local in function:ena_allocate_pci_resources
355 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK;
358 adapter->sc_mapsize = table_offset;
  /src/sys/arch/arm/cortex/
gic_v2m.c 276 uint32_t table_offset, table_size; local in function:gic_v2m_msix_alloc
296 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK;
302 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
gicv3_its.c 642 uint32_t table_offset, table_size; local in function:gicv3_its_msix_alloc
656 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK;
662 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
  /src/sys/arch/x86/pci/
msipic.c 674 uint32_t table_offset; local in function:msipic_construct_msix_pic
708 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK;
746 roundup(table_size, PAGE_SIZE), table_offset,
766 err = _x86_memio_map(pa->pa_memt, memaddr + table_offset, bssize, flags,
  /src/sys/arch/arm/apple/
apple_pcie.c 627 uint32_t table_offset, table_size; local in function:apple_pcie_msi_msix_alloc
646 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK;
652 BUS_SPACE_MAP_LINEAR, roundup(table_size, PAGE_SIZE), table_offset,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_processpptables.c 80 uint16_t table_offset = get_vce_table_offset(hwmgr, local in function:get_vce_clock_info_array_offset
83 if (table_offset > 0)
84 return table_offset + 1;
92 uint16_t table_offset = get_vce_clock_info_array_offset(hwmgr, local in function:get_vce_clock_info_array_size
96 if (table_offset > 0) {
98 (((unsigned long) powerplay_table) + table_offset);
108 uint16_t table_offset = get_vce_clock_info_array_offset(hwmgr, local in function:get_vce_clock_voltage_limit_table_offset
111 if (table_offset > 0)
112 return table_offset + get_vce_clock_info_array_size(hwmgr,
121 uint16_t table_offset = get_vce_clock_voltage_limit_table_offset(hwmgr, powerplay_table) local in function:get_vce_clock_voltage_limit_table_size
135 uint16_t table_offset = get_vce_clock_voltage_limit_table_offset(hwmgr, powerplay_table); local in function:get_vce_state_table_offset
147 uint16_t table_offset = get_vce_state_table_offset(hwmgr, powerplay_table); local in function:get_vce_state_table
180 uint16_t table_offset = get_uvd_table_offset(hwmgr, local in function:get_uvd_clock_info_array_offset
191 uint16_t table_offset = get_uvd_clock_info_array_offset(hwmgr, local in function:get_uvd_clock_info_array_size
210 uint16_t table_offset = get_uvd_clock_info_array_offset(hwmgr, local in function:get_uvd_clock_voltage_limit_table_offset
247 uint16_t table_offset = get_samu_table_offset(hwmgr, local in function:get_samu_clock_voltage_limit_table_offset
1216 uint16_t table_offset; local in function:init_clock_voltage_dependency
1450 uint16_t table_offset; local in function:init_dpm2_parameters
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cik.c 6443 u32 table_offset, table_size; local in function:cik_init_cp_pg_table
6462 table_offset = le32_to_cpu(hdr->jt_offset);
6468 table_offset = le32_to_cpu(hdr->jt_offset);
6474 table_offset = le32_to_cpu(hdr->jt_offset);
6480 table_offset = le32_to_cpu(hdr->jt_offset);
6486 table_offset = le32_to_cpu(hdr->jt_offset);
6492 cpu_to_le32(le32_to_cpu(fw_data[table_offset + i]));
6501 table_offset = CP_ME_TABLE_OFFSET;
6504 table_offset = CP_ME_TABLE_OFFSET;
6507 table_offset = CP_ME_TABLE_OFFSET
    [all...]

Completed in 48 milliseconds