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

/linux-master/drivers/pci/
H A Dpci.c6063 enum pcie_link_width next_width; local
6077 next_width = FIELD_GET(PCI_EXP_LNKSTA_NLW, lnksta);
6079 next_bw = next_width * PCIE_SPEED2MBS_ENC(next_speed);
6090 *width = next_width;

Completed in 194 milliseconds