Lines Matching +full:otp +full:- +full:1
1 /*-
34 #define IWN_FLG_NEED_PHY_CALIB_DC (1<<0)
35 #define IWN_FLG_NEED_PHY_CALIB_LO (1<<1)
36 #define IWN_FLG_NEED_PHY_CALIB_TX_IQ (1<<2)
37 #define IWN_FLG_NEED_PHY_CALIB_TX_IQ_PERIODIC (1<<3)
38 #define IWN_FLG_NEED_PHY_CALIB_BASE_BAND (1<<4)
46 #define IWN_FLG_NEED_PHY_CALIB_TEMP_OFFSET (1<<5)
47 #define IWN_FLG_NEED_PHY_CALIB_CRYSTAL (1<<6)
48 #define IWN_FLG_NEED_PHY_CALIB_TEMP_OFFSETv2 (1<<7)
60 * Refer to linux specific file like iwl-xxxx.c to determine correct value
63 * @max_ll_items: max number of OTP blocks
64 * @shadow_ram_support: shadow support for OTP memory
76 * See iwl-agn-devices.c file to determine that(enhanced_txpower)
79 * calibration data ucode need. See calib_init_cfg in iwl-xxxx.c
95 #define IWN_OTP_MAX_LL_ITEMS_1000 (3) /* OTP blocks for 1000 */
96 #define IWN_OTP_MAX_LL_ITEMS_6x00 (4) /* OTP blocks for 6x00 */
97 #define IWN_OTP_MAX_LL_ITEMS_6x50 (7) /* OTP blocks for 6x50 */
98 #define IWN_OTP_MAX_LL_ITEMS_2x00 (4) /* OTP blocks for 2x00 */
141 .max_ll_items = IWN_OTP_MAX_LL_ITEMS_6x00, /* max_ll_items - ignored for 4965 */
146 .additional_nic_config = false, /* additional_nic_config - not for 4965 */
148 .enhanced_TX_power = false, /* enhanced_TX_power - not for 4965 */
155 .support_hostap = false, /* support_hostap - XXX should work on fixing! */
156 .no_multi_vaps = true, /* no_multi_vaps - XXX should work on fixing! */
228 /* XXX 1000 - no BT */