Home
last modified time | relevance | path

Searched refs:max_ll_items (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/
Diwl-6000.c74 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
86 .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
98 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
Diwl-2000.c65 .max_ll_items = OTP_MAX_LL_ITEMS_2x00,
78 .max_ll_items = OTP_MAX_LL_ITEMS_2x00,
Diwl-1000.c56 .max_ll_items = OTP_MAX_LL_ITEMS_1000,
Diwl-config.h185 u8 max_ll_items; member
Diwl-eeprom-read.c343 } while (usedblocks <= trans->cfg->base_params->max_ll_items); in iwl_find_otp_image()