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

  /src/sys/arch/x86/pci/
pci_msi_machdep.c 104 u_int table_index; local in function:pci_msi_alloc_vectors
107 table_index = i;
109 table_index = table_indexes[i];
111 pih = pci_msi_calculate_handle(msi_pic, table_index);
662 /* check not to duplicate table_index */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser2.c 358 unsigned int table_index = 0; local in function:get_gpio_i2c_info
387 for (table_index = 0; table_index < count; table_index++) {
389 header->gpio_pin[table_index].gpio_id &
392 (header->gpio_pin[table_index].gpio_id &
395 (header->gpio_pin[table_index].gpio_id &
418 header->gpio_pin[table_index].data_a_reg_index);
420 header->gpio_pin[table_index].gpio_bitshift;
amdgpu_bios_parser.c 662 uint32_t table_index = 0; local in function:get_ss_info_v3_1
686 if (table_index != index) {
687 table_index++;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c 525 int smu_update_table(struct smu_context *smu, enum smu_table_id table_index, int argument,
531 int table_id = smu_table_get_index(smu, table_index);
538 table_size = smu_table->tables[table_index].size;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 673 int smu_update_table(struct smu_context *smu, enum smu_table_id table_index, int argument,

Completed in 19 milliseconds