Lines Matching defs:iwl_nvm_data
14 struct iwl_nvm_data { struct
15 int n_hw_addrs;
16 u8 hw_addr[ETH_ALEN];
18 u8 calib_version;
19 __le16 calib_voltage;
21 __le16 raw_temperature;
22 __le16 kelvin_temperature;
23 __le16 kelvin_voltage;
24 __le16 xtal_calib[2];
26 bool sku_cap_band_24ghz_enable;
27 bool sku_cap_band_52ghz_enable;
28 bool sku_cap_11n_enable;
29 bool sku_cap_11ac_enable;
30 bool sku_cap_11ax_enable;
31 bool sku_cap_amt_enable;
32 bool sku_cap_ipan_enable;
33 bool sku_cap_mimo_disabled;
34 bool sku_cap_11be_enable;
36 u16 radio_cfg_type;
37 u8 radio_cfg_step;
61 int iwl_init_sband_channels(struct iwl_nvm_data *data, argument