Searched refs:linkcap (Results 1 – 2 of 2) sorted by relevance
257 u8 linkcap[4], linkrate, linklanes, maxclk = 0xff; in ast_get_dp501_max_clk() local269 *(u32 *)linkcap = ast_mindwm(ast, boot_address + offset); in ast_get_dp501_max_clk()270 if (linkcap[2] == 0) { in ast_get_dp501_max_clk()271 linkrate = linkcap[0]; in ast_get_dp501_max_clk()272 linklanes = linkcap[1]; in ast_get_dp501_max_clk()
656 u32 linkcap; in pci_set_bus_speed() local659 pcie_capability_read_dword(bridge, PCI_EXP_LNKCAP, &linkcap); in pci_set_bus_speed()660 bus->max_bus_speed = pcie_link_speed[linkcap & PCI_EXP_LNKCAP_SLS]; in pci_set_bus_speed()