Lines Matching defs:strobe
538 } strobe;
1327 /* Convert the signed strobe pos to positive zero based value */
1397 if (priv->strobe.manual) {
1407 /* Set AEQ strobe range */
1408 ub960_rxport_set_strobe_range(priv, priv->strobe.min,
1409 priv->strobe.max);
1414 if (priv->strobe.manual)
1494 * Wait for the RX ports to lock, have no errors and have stable strobe position
3037 dev_info(dev, "\t%s strobe\n",
3260 ret = fwnode_property_read_u32(link_fwnode, "ti,strobe-pos",
3265 "ti,strobe-pos", ret);
3271 dev_err(dev, "rx%u: illegal 'strobe-pos' value: %d\n",
3276 /* NOTE: ignored unless global manual strobe pos is also set */
3278 if (!priv->strobe.manual)
3280 "rx%u: 'ti,strobe-pos' ignored as 'ti,manual-strobe' not set\n",
3459 priv->strobe.min = 2;
3460 priv->strobe.max = 3;
3462 priv->strobe.manual = fwnode_property_read_bool(links_fwnode, "ti,manual-strobe");