Searched refs:max_link_speed (Results 1 – 9 of 9) sorted by relevance
593 u32 max_link_speed; in of_pci_get_max_link_speed() local595 if (of_property_read_u32(node, "max-link-speed", &max_link_speed) || in of_pci_get_max_link_speed()596 max_link_speed == 0 || max_link_speed > 4) in of_pci_get_max_link_speed()599 return max_link_speed; in of_pci_get_max_link_speed()
162 static DEVICE_ATTR_RO(max_link_speed);
680 u32 max_link_speed; in rockchip_pcie_parse_dt() local731 ret = ofnode_read_u32(dev->node, "max-link-speed", &max_link_speed); in rockchip_pcie_parse_dt()732 if (ret < 0 || max_link_speed > 4) in rockchip_pcie_parse_dt()735 priv->gen = max_link_speed; in rockchip_pcie_parse_dt()
510 uint32 max_link_speed; /* max possible datarate for link in units of 500 Kbit/s */
595 uint32 max_link_speed; /* max possible datarate for link in units of 500 Kbit/s */
600 uint32 max_link_speed; /* max possible datarate for link in units of 500 Kbit/s */
755 uint32 max_link_speed; /* max possible datarate for link in units of 500 Kbit/s */
754 uint32 max_link_speed; /* max possible datarate for link in units of 500 Kbit/s */