sata_param        539 drivers/phy/phy-xgene.c 	struct xgene_sata_override_param sata_param;
sata_param        959 drivers/phy/phy-xgene.c 			ctx->sata_param.txboostgain[lane * 3 +
sata_param        960 drivers/phy/phy-xgene.c 			ctx->sata_param.speed[lane]]);
sata_param        986 drivers/phy/phy-xgene.c 			ctx->sata_param.txprecursor_cn1[lane * 3 +
sata_param        987 drivers/phy/phy-xgene.c 			ctx->sata_param.speed[lane]]);
sata_param        989 drivers/phy/phy-xgene.c 			ctx->sata_param.txpostcursor_cp1[lane * 3 +
sata_param        990 drivers/phy/phy-xgene.c 			ctx->sata_param.speed[lane]]);
sata_param        992 drivers/phy/phy-xgene.c 			ctx->sata_param.txprecursor_cn2[lane * 3 +
sata_param        993 drivers/phy/phy-xgene.c 			ctx->sata_param.speed[lane]]);
sata_param        999 drivers/phy/phy-xgene.c 			ctx->sata_param.txamplitude[lane * 3 +
sata_param       1000 drivers/phy/phy-xgene.c 			ctx->sata_param.speed[lane]]);
sata_param       1094 drivers/phy/phy-xgene.c 			ctx->sata_param.txeyedirection[lane * 3 +
sata_param       1095 drivers/phy/phy-xgene.c 			ctx->sata_param.speed[lane]]);
sata_param       1097 drivers/phy/phy-xgene.c 			ctx->sata_param.txeyetuning[lane * 3 +
sata_param       1098 drivers/phy/phy-xgene.c 			ctx->sata_param.speed[lane]]);
sata_param       1273 drivers/phy/phy-xgene.c 		ctx->sata_param.txspeed[ctx->sata_param.speed[0]]);
sata_param       1674 drivers/phy/phy-xgene.c 		ctx->sata_param.txeyetuning, 6, default_txeye_tuning, 1);
sata_param       1676 drivers/phy/phy-xgene.c 		ctx->sata_param.txeyedirection, 6, default_txeye_direction, 1);
sata_param       1678 drivers/phy/phy-xgene.c 		ctx->sata_param.txboostgain, 6, default_txboost_gain, 1);
sata_param       1680 drivers/phy/phy-xgene.c 		ctx->sata_param.txamplitude, 6, default_txamp, 13300);
sata_param       1682 drivers/phy/phy-xgene.c 		ctx->sata_param.txprecursor_cn1, 6, default_txcn1, 18200);
sata_param       1684 drivers/phy/phy-xgene.c 		ctx->sata_param.txprecursor_cn2, 6, default_txcn2, 18200);
sata_param       1686 drivers/phy/phy-xgene.c 		ctx->sata_param.txpostcursor_cp1, 6, default_txcp1, 18200);
sata_param       1688 drivers/phy/phy-xgene.c 		ctx->sata_param.txspeed, 3, default_spd, 1);
sata_param       1690 drivers/phy/phy-xgene.c 		ctx->sata_param.speed[i] = 2; /* Default to Gen3 */