Searched refs:linksta (Results 1 – 2 of 2) sorted by relevance
733 void pcie_update_link_speed(struct pci_bus *bus, u16 linksta) in pcie_update_link_speed() argument735 bus->cur_bus_speed = pcie_link_speed[linksta & PCI_EXP_LNKSTA_CLS]; in pcie_update_link_speed()818 u16 linksta; in pci_set_bus_speed() local824 pcie_capability_read_word(bridge, PCI_EXP_LNKSTA, &linksta); in pci_set_bus_speed()825 pcie_update_link_speed(bus, linksta); in pci_set_bus_speed()
426 u32 linksta = ioread32(&stdev->mmio_pff_csr[pff].pci_cap_region[13]); in switchtec_ntb_part_link_speed() local429 *speed = (linksta >> 16) & 0xF; in switchtec_ntb_part_link_speed()432 *width = (linksta >> 20) & 0x3F; in switchtec_ntb_part_link_speed()