Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-6000.c82 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
95 .max_ll_items = OTP_MAX_LL_ITEMS_6x50,
108 .max_ll_items = OTP_MAX_LL_ITEMS_6x00,
Diwl-2000.c72 .max_ll_items = OTP_MAX_LL_ITEMS_2x00,
86 .max_ll_items = OTP_MAX_LL_ITEMS_2x00,
Diwl-1000.c60 .max_ll_items = OTP_MAX_LL_ITEMS_1000,
Diwl-config.h171 const u16 max_ll_items; member
Diwl-eeprom-read.c343 } while (usedblocks <= trans->cfg->base_params->max_ll_items); in iwl_find_otp_image()