Lines Matching defs:rtw_chip_info
822 struct rtw_chip_info { struct
823 struct rtw_chip_ops *ops;
824 u8 id;
826 const char *fw_name;
827 u8 tx_pkt_desc_sz;
828 u8 tx_buf_desc_sz;
829 u8 rx_pkt_desc_sz;
830 u8 rx_buf_desc_sz;
831 u32 phy_efuse_size;
832 u32 log_efuse_size;
833 u32 ptct_efuse_size;
834 u32 txff_size;
835 u32 rxff_size;
836 u8 band;
837 u8 page_size;
838 u8 csi_buf_pg_num;
839 u8 dig_max;
840 u8 dig_min;
841 u8 txgi_factor;
842 bool is_pwr_by_rate_dec;
843 u8 max_power_index;
845 bool ht_supported;
846 bool vht_supported;
849 u8 sys_func_en;
850 struct rtw_pwr_seq_cmd **pwr_on_seq;
851 struct rtw_pwr_seq_cmd **pwr_off_seq;
852 struct rtw_rqpn *rqpn_table;
853 struct rtw_page_table *page_table;
854 struct rtw_intf_phy_para_table *intf_table;
856 struct rtw_hw_reg *dig;
857 u32 rf_base_addr[2];
858 u32 rf_sipi_addr[2];
860 const struct rtw_table *mac_tbl;
861 const struct rtw_table *agc_tbl;
862 const struct rtw_table *bb_tbl;
863 const struct rtw_table *rf_tbl[RTW_RF_PATH_MAX];
864 const struct rtw_table *rfk_init_tbl;
866 const struct rtw_rfe_def *rfe_defs;
867 u32 rfe_defs_size;
869 bool en_dis_dpd;
870 u16 dpd_ratemask;
873 u32 coex_para_ver;
874 u8 bt_desired_ver;
875 bool scbd_support;
876 bool new_scbd10_def; /* true: fix 2M(8822c) */
877 u8 pstdma_type; /* 0: LPSoff, 1:LPSon */
878 u8 bt_rssi_type;
879 u8 ant_isolation;
880 u8 rssi_tolerance;
881 u8 table_sant_num;
882 u8 table_nsant_num;
883 u8 tdma_sant_num;
884 u8 tdma_nsant_num;
885 u8 bt_afh_span_bw20;
886 u8 bt_afh_span_bw40;
887 u8 afh_5g_num;
888 u8 wl_rf_para_num;
889 const u8 *bt_rssi_step;
890 const u8 *wl_rssi_step;
891 const struct coex_table_para *table_nsant;
892 const struct coex_table_para *table_sant;
893 const struct coex_tdma_para *tdma_sant;
894 const struct coex_tdma_para *tdma_nsant;
895 const struct coex_rf_para *wl_rf_para_tx;
896 const struct coex_rf_para *wl_rf_para_rx;
897 const struct coex_5g_afh_map *afh_5g;