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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras_eeprom.h 43 uint32_t tbl_size; member in struct:amdgpu_ras_eeprom_table_header
amdgpu_bios.c 409 acpi_size tbl_size; local in function:amdgpu_acpi_vfct_bios
415 tbl_size = hdr->length;
416 if (tbl_size < sizeof(UEFI_ACPI_VFCT)) {
424 while (offset < tbl_size) {
429 if (offset > tbl_size) {
435 if (offset > tbl_size) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c 674 acpi_size tbl_size; local in function:radeon_acpi_vfct_bios
680 tbl_size = hdr->length;
681 if (tbl_size < sizeof(UEFI_ACPI_VFCT)) {
689 while (offset < tbl_size) {
694 if (offset > tbl_size) {
700 if (offset > tbl_size) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser.c 1031 uint32_t tbl_size, i; local in function:get_ss_info_from_internal_ss_info_tbl_V2_1
1041 tbl_size = (le16_to_cpu(header->sHeader.usStructureSize)
1047 for (i = 0; i < tbl_size; i++) {
  /src/sys/external/bsd/ena-com/
ena_com.c 1029 size_t tbl_size; local in function:ena_com_indirect_table_allocate
1046 tbl_size = (1ULL << log_size) *
1050 tbl_size,
1068 tbl_size = (1ULL << log_size) *
1072 tbl_size,
1085 size_t tbl_size = (1ULL << rss->tbl_log_size) * local in function:ena_com_indirect_table_destroy
1090 tbl_size,
2613 u32 tbl_size; local in function:ena_com_indirect_table_get
2616 tbl_size = (1ULL << rss->tbl_log_size) *
2622 tbl_size);
    [all...]

Completed in 16 milliseconds