Lines Matching defs:delay
13 #include <linux/delay.h>
1992 /* Set tx and rx clock internal delay modes */
1997 u32 delay;
1999 if (!of_property_read_u32(np, "rx-internal-delay-ps", &delay)) {
2001 priv->rxcidm = !!delay;
2004 if (!of_property_read_u32(np, "tx-internal-delay-ps", &delay)) {
2006 priv->txcidm = !!delay;
2023 "phy-mode %s requires TX clock internal delay mode which is not supported by this hardware revision. Please update device tree",