Home
last modified time | relevance | path

Searched refs:dev_cap_table (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/hisilicon/hpre/ !
H A Dhpre_main.c379 cap_val = qm->cap_tables.dev_cap_table[HPRE_DRV_ALG_BITMAP].cap_val; in hpre_check_alg_support()
556 cluster_core_mask = qm->cap_tables.dev_cap_table[HPRE_CORE_EN].cap_val; in hpre_set_cluster()
557 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_set_cluster()
667 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_enable_clock_gate()
700 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_disable_clock_gate()
781 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_cnt_regs_clear()
1073 hpre_core_info = qm->cap_tables.dev_cap_table[HPRE_CORE_INFO].cap_val; in hpre_cluster_debugfs_init()
1130 seq_printf(s, "%s= 0x%08x\n", qm->cap_tables.dev_cap_table[i].name, in hpre_cap_regs_show()
1131 qm->cap_tables.dev_cap_table[i].cap_val); in hpre_cap_regs_show()
1231 qm->cap_tables.dev_cap_table = hpre_cap; in hpre_pre_store_cap_reg()
[all …]
/linux/drivers/crypto/hisilicon/zip/ !
H A Dzip_main.c461 cap_val = qm->cap_tables.dev_cap_table[ZIP_DRV_ALG_BITMAP_TB].cap_val; in hisi_zip_alg_support()
632 zip_core_en = qm->cap_tables.dev_cap_table[ZIP_CORE_EN].cap_val; in hisi_zip_set_user_domain_and_cache()
869 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in get_zip_core_addr()
891 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in hisi_zip_core_debug_init()
933 seq_printf(s, "%s= 0x%08x\n", qm->cap_tables.dev_cap_table[i].name, in zip_cap_regs_show()
934 qm->cap_tables.dev_cap_table[i].cap_val); in zip_cap_regs_show()
1026 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in hisi_zip_debug_regs_clear()
1065 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in hisi_zip_show_last_regs_init()
1124 zip_core_info = qm->cap_tables.dev_cap_table[ZIP_CORE_INFO].cap_val; in hisi_zip_show_last_dfx_regs()
1397 qm->cap_tables.dev_cap_table = zip_cap; in zip_pre_store_cap_reg()
[all …]
/linux/drivers/crypto/hisilicon/sec2/ !
H A Dsec_main.c449 cap_val_h = qm->cap_tables.dev_cap_table[high].cap_val; in sec_get_alg_bitmap()
450 cap_val_l = qm->cap_tables.dev_cap_table[low].cap_val; in sec_get_alg_bitmap()
933 seq_printf(s, "%s= 0x%08x\n", qm->cap_tables.dev_cap_table[i].name, in sec_cap_regs_show()
934 qm->cap_tables.dev_cap_table[i].cap_val); in sec_cap_regs_show()
1285 qm->cap_tables.dev_cap_table = sec_cap; in sec_pre_store_cap_reg()
/linux/include/linux/ !
H A Dhisi_acc_qm.h319 struct hisi_qm_cap_record *dev_cap_table; member