HomeSort by: relevance | last modified time | path
    Searched defs:table_index (Results 1 - 3 of 3) 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++;

Completed in 55 milliseconds