Searched refs:table_idx (Results 1 – 7 of 7) 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()
162 unsigned int table_idx = idx >> IO_RSRC_TAG_TABLE_SHIFT; in io_get_tag_slot() local164 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()
464 u32 *table_idx))
850 int table_idx = bttv_tvnorms[btv->tvnorm].sram; in bt848A_set_timing() local855 btv->c.nr,table_idx); in bt848A_set_timing()862 len=SRAM_Table[table_idx][0]; in bt848A_set_timing()864 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()
1067 u8 idx = rfk_mcc->table_idx; in _lok_finetune_check()1413 idx = rfk_mcc->table_idx; in _iqk_preset()4059 u8 idx = rfk_mcc->table_idx; in rtw8852c_mcc_get_ch_info()4069 rfk_mcc->table_idx = idx; in rtw8852c_mcc_get_ch_info()
3244 u8 table_idx; member
Completed in 60 milliseconds