Searched refs:dev_cap_table (Results 1 – 4 of 4) sorted by relevance
373 cap_val = qm->cap_tables.dev_cap_table[HPRE_DRV_ALG_BITMAP].cap_val; in hpre_check_alg_support()523 cluster_core_mask = qm->cap_tables.dev_cap_table[HPRE_CORE_EN].cap_val; in hpre_set_cluster()524 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_set_cluster()625 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_enable_clock_gate()658 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_disable_clock_gate()738 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_cnt_regs_clear()1036 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_cluster_debugfs_init()1093 seq_printf(s, "%s= 0x%08x\n", qm->cap_tables.dev_cap_table[i].name, in hpre_cap_regs_show()1094 qm->cap_tables.dev_cap_table[i].cap_val); in hpre_cap_regs_show()1194 qm->cap_tables.dev_cap_table = hpre_cap; in hpre_pre_store_cap_reg()[all …]
444 cap_val = qm->cap_tables.dev_cap_table[ZIP_DRV_ALG_BITMAP_TB].cap_val; in hisi_zip_alg_support()571 zip_core_en = qm->cap_tables.dev_cap_table[ZIP_CORE_EN].cap_val; in hisi_zip_set_user_domain_and_cache()802 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in get_zip_core_addr()824 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in hisi_zip_core_debug_init()866 seq_printf(s, "%s= 0x%08x\n", qm->cap_tables.dev_cap_table[i].name, in zip_cap_regs_show()867 qm->cap_tables.dev_cap_table[i].cap_val); in zip_cap_regs_show()959 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in hisi_zip_debug_regs_clear()998 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in hisi_zip_show_last_regs_init()1057 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in hisi_zip_show_last_dfx_regs()1287 qm->cap_tables.dev_cap_table = zip_cap; in zip_pre_store_cap_reg()[all …]
426 cap_val_h = qm->cap_tables.dev_cap_table[high].cap_val; in sec_get_alg_bitmap()427 cap_val_l = qm->cap_tables.dev_cap_table[low].cap_val; in sec_get_alg_bitmap()876 seq_printf(s, "%s= 0x%08x\n", qm->cap_tables.dev_cap_table[i].name, in sec_cap_regs_show()877 qm->cap_tables.dev_cap_table[i].cap_val); in sec_cap_regs_show()1183 qm->cap_tables.dev_cap_table = sec_cap; in sec_pre_store_cap_reg()
308 struct hisi_qm_cap_record *dev_cap_table; member