Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhisi_acc_qm.h553 const struct hisi_qm_cap_info *info_table,
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c776 const struct hisi_qm_cap_info *info_table, in hisi_qm_get_hw_info() argument
783 return info_table[index].v1_val; in hisi_qm_get_hw_info()
785 return info_table[index].v2_val; in hisi_qm_get_hw_info()
788 return info_table[index].v3_val; in hisi_qm_get_hw_info()
790 val = readl(qm->io_base + info_table[index].offset); in hisi_qm_get_hw_info()
791 return (val >> info_table[index].shift) & info_table[index].mask; in hisi_qm_get_hw_info()