Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dpci.c4431 enum pcie_link_width next_width; in pcie_get_minimum_link() local
4438 next_width = (lnksta & PCI_EXP_LNKSTA_NLW) >> in pcie_get_minimum_link()
4444 if (next_width < *width) in pcie_get_minimum_link()
4445 *width = next_width; in pcie_get_minimum_link()