Lines Matching defs:sata_params
30 struct sata_params { struct
31 uint8_t g1_amp;
32 uint8_t g2_amp;
33 uint8_t g3_amp;
35 uint8_t g1_emph;
36 uint8_t g2_emph;
37 uint8_t g3_emph;
39 uint8_t g1_emph_en;
40 uint8_t g2_emph_en;
41 uint8_t g3_emph_en;
43 uint8_t g1_tx_amp_adj;
44 uint8_t g2_tx_amp_adj;
45 uint8_t g3_tx_amp_adj;
47 uint8_t g1_tx_emph_en;
48 uint8_t g2_tx_emph_en;
49 uint8_t g3_tx_emph_en;
51 uint8_t g1_tx_emph;
52 uint8_t g2_tx_emph;
53 uint8_t g3_tx_emph;
55 uint8_t g3_dfe_res;
57 uint8_t g3_ffe_res_sel;
59 uint8_t g3_ffe_cap_sel;
61 uint8_t align90;
63 uint8_t g1_rx_selmuff;
64 uint8_t g2_rx_selmuff;
65 uint8_t g3_rx_selmuff;
67 uint8_t g1_rx_selmufi;
68 uint8_t g2_rx_selmufi;
69 uint8_t g3_rx_selmufi;
71 uint8_t g1_rx_selmupf;
72 uint8_t g2_rx_selmupf;
73 uint8_t g3_rx_selmupf;
75 uint8_t g1_rx_selmupi;
76 uint8_t g2_rx_selmupi;
77 uint8_t g3_rx_selmupi;
79 uint8_t polarity_invert;
81 _Bool valid;