Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/ast/
Dast_dp501.c257 u8 linkcap[4], linkrate, linklanes, maxclk = 0xff; in ast_get_dp501_max_clk() local
269 *(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()
/linux-4.1.27/drivers/pci/
Dprobe.c656 u32 linkcap; in pci_set_bus_speed() local
659 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()