Searched defs:sparx5_sd10g28_args (Results 1 – 1 of 1) sorted by relevance
254 struct sparx5_sd10g28_args { struct255 bool skip_cmu_cfg:1; /* Enable/disable CMU cfg */256 bool no_pwrcycle:1; /* Omit initial power-cycle */257 bool txinvert:1; /* Enable inversion of output data */258 bool rxinvert:1; /* Enable inversion of input data */259 bool txmargin:1; /* Set output level to half/full */260 u16 txswing; /* Set output level */261 bool mute:1; /* Mute Output Buffer */262 bool is_6g:1;263 bool reg_rst:1;