Searched refs:info_table (Results 1 – 2 of 2) sorted by relevance
584 const struct hisi_qm_cap_info *info_table,
746 const struct hisi_qm_cap_info *info_table, in hisi_qm_get_hw_info() argument753 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()