Lines Matching defs:phy_status_8703b
33 struct phy_status_8703b { struct
34 struct phy_rx_agc_info path_agc[2];
35 u8 ch_corr[2];
36 u8 cck_sig_qual_ofdm_pwdb_all;
38 u8 cck_agc_rpt_ofdm_cfosho_a;
40 u8 cck_rpt_b_ofdm_cfosho_b;
41 u8 reserved_1;
42 u8 noise_power_db_msb;
43 s8 path_cfotail[2];
44 u8 pcts_mask[2];
45 s8 stream_rxevm[2];
46 u8 path_rxsnr[2];
47 u8 noise_power_db_lsb;
48 u8 reserved_2[3];
49 u8 stream_csi[2];
50 u8 stream_target_csi[2];
51 s8 sig_evm;
52 u8 reserved_3;
55 u8 antsel_rx_keep_2: 1;
56 u8 sgi_en: 1;
57 u8 rxsc: 2;
58 u8 idle_long: 1;
59 u8 r_ant_train_en: 1;
60 u8 ant_sel_b: 1;
61 u8 ant_sel: 1;
63 u8 ant_sel: 1;
64 u8 ant_sel_b: 1;
65 u8 r_ant_train_en: 1;
66 u8 idle_long: 1;
67 u8 rxsc: 2;
68 u8 sgi_en: 1;
69 u8 antsel_rx_keep_2: 1;