Home
last modified time | relevance | path

Searched refs:info_table (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dhisi_acc_qm.h584 const struct hisi_qm_cap_info *info_table,
/linux-6.12.1/drivers/crypto/hisilicon/
Dqm.c746 const struct hisi_qm_cap_info *info_table, in hisi_qm_get_hw_info() argument
753 return info_table[index].v1_val; in hisi_qm_get_hw_info()
755 return info_table[index].v2_val; in hisi_qm_get_hw_info()
758 return info_table[index].v3_val; in hisi_qm_get_hw_info()
760 val = readl(qm->io_base + info_table[index].offset); in hisi_qm_get_hw_info()
761 return (val >> info_table[index].shift) & info_table[index].mask; in hisi_qm_get_hw_info()