Searched refs:info_table (Results 1 – 2 of 2) sorted by relevance
513 const struct hisi_qm_cap_info *info_table,
886 const struct hisi_qm_cap_info *info_table, in hisi_qm_get_hw_info() argument893 return info_table[index].v1_val; in hisi_qm_get_hw_info()895 return info_table[index].v2_val; in hisi_qm_get_hw_info()898 return info_table[index].v3_val; in hisi_qm_get_hw_info()900 val = readl(qm->io_base + info_table[index].offset); in hisi_qm_get_hw_info()901 return (val >> info_table[index].shift) & info_table[index].mask; in hisi_qm_get_hw_info()