Searched refs:info_table (Results 1 – 2 of 2) sorted by relevance
559 const struct hisi_qm_cap_info *info_table,
771 const struct hisi_qm_cap_info *info_table, in hisi_qm_get_hw_info() argument778 return info_table[index].v1_val; in hisi_qm_get_hw_info()780 return info_table[index].v2_val; in hisi_qm_get_hw_info()783 return info_table[index].v3_val; in hisi_qm_get_hw_info()785 val = readl(qm->io_base + info_table[index].offset); in hisi_qm_get_hw_info()786 return (val >> info_table[index].shift) & info_table[index].mask; in hisi_qm_get_hw_info()