Searched refs:pcie_width (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dperf.h18 u8 pcie_width; member in struct:nvbios_perfE
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dclk.h69 u8 pcie_width; member in struct:nvkm_pstate
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c489 uint32_t pcie_gen = 0, pcie_width = 0, smu_pcie_arg, pcie_gen_arg, pcie_width_arg; local
504 pcie_width = 6;
506 pcie_width = 5;
508 pcie_width = 4;
510 pcie_width = 3;
512 pcie_width = 2;
514 pcie_width = 1;
523 pcie_width_arg = (pp_table->PcieLaneCount[i] > pcie_width) ? pcie_width :
545 smu_pcie_arg = (i << 16) | (pcie_gen << 8) | pcie_width;
[all...]
H A Dvega20_hwmgr.c834 uint32_t pcie_gen = 0, pcie_width = 0, smu_pcie_arg, pcie_gen_arg, pcie_width_arg; local
849 pcie_width = 6;
851 pcie_width = 5;
853 pcie_width = 4;
855 pcie_width = 3;
857 pcie_width = 2;
859 pcie_width = 1;
868 pcie_width_arg = (pp_table->PcieLaneCount[i] > pcie_width) ? pcie_width :
890 smu_pcie_arg = (i << 16) | (pcie_gen << 8) | pcie_width;
[all...]
H A Dvega10_hwmgr.c1511 uint32_t pcie_gen = 0, pcie_width = 0; local
1525 pcie_width = 6;
1527 pcie_width = 5;
1529 pcie_width = 4;
1531 pcie_width = 3;
1533 pcie_width = 2;
1535 pcie_width = 1;
1541 if (pp_table->PcieLaneCount[i] > pcie_width)
1542 pp_table->PcieLaneCount[i] = pcie_width;
1548 pp_table->PcieLaneCount[i] = pcie_width;
[all...]
H A Dsmu7_hwmgr.c616 uint16_t pcie_width = 0; local
619 pcie_width = 16;
621 pcie_width = 12;
623 pcie_width = 8;
625 pcie_width = 4;
627 pcie_width = 2;
629 pcie_width = 1;
631 return pcie_width;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dperf.c164 info->pcie_width = 0xff;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c283 nvkm_pcie_set_link(pci, pstate->pcie_speed, pstate->pcie_width);
428 pstate->pcie_width = perfE.pcie_width;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h401 u32 pcie_width; member in struct:hinic_board_info
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1514 uint8_t pcie_gen = 0, pcie_width = 0; local
1668 pcie_width = 6;
1670 pcie_width = 5;
1672 pcie_width = 4;
1674 pcie_width = 3;
1676 pcie_width = 2;
1678 pcie_width = 1;
1679 ret = smu_update_pcie_parameters(smu, pcie_gen, pcie_width);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed.h742 int pcie_width; member in struct:qed_dev

Completed in 226 milliseconds