Lines Matching full:tunable

38 #include <linux/soc/apple/tunable.h>
563 * @tunables: Firmware-provided tunable parameters
890 * USB3-only and USB3/DP get the same tunable setup here. in atcphy_apply_tunables()
2181 struct apple_tunable **tunable; in atcphy_load_tunables() member
2184 { "apple,tunable-axi2af", &atcphy->tunables.axi2af, atcphy->res.axi2af }, in atcphy_load_tunables()
2185 { "apple,tunable-common-a", &atcphy->tunables.common[0], atcphy->res.core }, in atcphy_load_tunables()
2186 { "apple,tunable-common-b", &atcphy->tunables.common[1], atcphy->res.core }, in atcphy_load_tunables()
2187 { "apple,tunable-lane0-usb", &atcphy->tunables.lane_usb3[0], atcphy->res.core }, in atcphy_load_tunables()
2188 { "apple,tunable-lane1-usb", &atcphy->tunables.lane_usb3[1], atcphy->res.core }, in atcphy_load_tunables()
2189 { "apple,tunable-lane0-cio", &atcphy->tunables.lane_usb4[0], atcphy->res.core }, in atcphy_load_tunables()
2190 { "apple,tunable-lane1-cio", &atcphy->tunables.lane_usb4[1], atcphy->res.core }, in atcphy_load_tunables()
2191 { "apple,tunable-lane0-dp", &atcphy->tunables.lane_dp[0], atcphy->res.core }, in atcphy_load_tunables()
2192 { "apple,tunable-lane1-dp", &atcphy->tunables.lane_dp[1], atcphy->res.core }, in atcphy_load_tunables()
2196 *tunables[i].tunable = devm_apple_tunable_parse( in atcphy_load_tunables()
2198 if (IS_ERR(*tunables[i].tunable)) { in atcphy_load_tunables()
2199 dev_err(atcphy->dev, "Failed to read tunable %s: %ld\n", in atcphy_load_tunables()
2200 tunables[i].dt_name, PTR_ERR(*tunables[i].tunable)); in atcphy_load_tunables()
2201 return PTR_ERR(*tunables[i].tunable); in atcphy_load_tunables()