Searched refs:table_idx (Results 1 – 12 of 12) sorted by relevance
307 acpi_status acpi_load_table(struct acpi_table_header *table, u32 *table_idx) in ACPI_EXPORT_SYMBOL_INIT()326 if (table_idx) { in ACPI_EXPORT_SYMBOL_INIT()327 *table_idx = table_index; in ACPI_EXPORT_SYMBOL_INIT()
123 unsigned int table_idx = idx >> IO_RSRC_TAG_TABLE_SHIFT; in io_get_tag_slot() local125 return &data->tags[table_idx][off]; in io_get_tag_slot()
209 u32 table_idx; in hns_roce_calc_hem_mhop() local226 table_idx = *obj / (chunk_size / table->obj_size); in hns_roce_calc_hem_mhop()229 mhop->l2_idx = table_idx & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop()230 mhop->l1_idx = table_idx / chunk_ba_num & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop()231 mhop->l0_idx = (table_idx / chunk_ba_num) / chunk_ba_num; in hns_roce_calc_hem_mhop()234 mhop->l1_idx = table_idx & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop()235 mhop->l0_idx = table_idx / chunk_ba_num; in hns_roce_calc_hem_mhop()238 mhop->l0_idx = table_idx; in hns_roce_calc_hem_mhop()
294 rfk_mcc->table_idx = tbl_sel; in rtw8922a_chlk_reload()
1070 u8 idx = rfk_mcc->table_idx; in _lok_finetune_check()1414 idx = rfk_mcc->table_idx; in _iqk_preset()4140 rfk_mcc->table_idx = idx; in rtw8852c_mcc_get_ch_info()
5197 idx = rfk_mcc->table_idx; in rtw89_fw_h2c_rf_ntfy_mcc()5230 u8 tbl_sel = rfk_mcc->table_idx; in rtw89_fw_h2c_rf_pre_ntfy()
4798 u8 table_idx; member
501 int mt7996_mcu_set_fixed_rate_table(struct mt7996_phy *phy, u8 table_idx,
940 u8 table_idx; member
4314 int mt7996_mcu_set_fixed_rate_table(struct mt7996_phy *phy, u8 table_idx, in mt7996_mcu_set_fixed_rate_table() argument4324 .table_idx = table_idx, in mt7996_mcu_set_fixed_rate_table()
464 u32 *table_idx))
835 int table_idx = bttv_tvnorms[btv->tvnorm].sram; in bt848A_set_timing() local840 btv->c.nr,table_idx); in bt848A_set_timing()847 len=SRAM_Table[table_idx][0]; in bt848A_set_timing()849 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()