Searched refs:mod_idx (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c8311 u8 mod_idx, sub_mod; local
8314 for (mod_idx = 0 ; mod_idx < (NUM_OF_TPC_PER_DCORE * NUM_OF_DCORES + 1) ; mod_idx++) {
8315 if (prop->tpc_enabled_mask & BIT(mod_idx))
8316 gaudi2_ack_module_razwi_event_handler(hdev, RAZWI_TPC, mod_idx, 0, NULL);
8320 for (mod_idx = 0 ; mod_idx < (NUM_OF_MME_PER_DCORE * NUM_OF_DCORES) ; mod_idx++)
8322 gaudi2_ack_module_razwi_event_handler(hdev, RAZWI_MME, mod_idx,
[all...]
/linux-master/kernel/module/
H A Dmain.c1674 unsigned int num_mod_secs = 0, mod_idx; local
1793 mod_idx = i;
1853 shdr = &info->sechdrs[mod_idx];
1877 info->index.mod = mod_idx;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c5406 u8 mod_idx = mcs_idx % 8; local
5408 if (mod_idx <= 3)
5409 return mod_idx ? (base_pwridx + 1) : base_pwridx;
5411 return base_pwridx + 4 * (mcs_idx / 8) + mod_idx - 2;
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c3289 static int mod_idx, res_val_idx, intf_val_idx, dir, pin_idx; local
3299 mod = skl->modules[mod_idx];
3325 mod_idx = tkn_elem->value;

Completed in 202 milliseconds