Lines Matching defs:link
514 struct device_link *link;
526 link = device_link_add(dev, imx6_pcie->pd_pcie,
530 if (!link) {
539 link = device_link_add(dev, imx6_pcie->pd_pcie_phy,
543 if (!link) {
880 * Force Gen1 operation when starting the link. In case the link is
899 /* Allow faster modes after the link is up */
908 * speed both link partners support can be negotiated.
919 * from i.MX6 family when no link speed transition
928 dev_err(dev, "Failed to bring link up!\n");
933 /* Make sure link training is finished as well! */
1420 /* Limit link speed */
1422 of_property_read_u32(node, "fsl,max-link-speed", &pci->link_gen);
1469 /* bring down link, so bootloader gets clean state in case of reboot */