Searched refs:info_table (Results 1 – 2 of 2) sorted by relevance
529 const struct hisi_qm_cap_info *info_table,
762 const struct hisi_qm_cap_info *info_table, in hisi_qm_get_hw_info() argument769 return info_table[index].v1_val; in hisi_qm_get_hw_info()771 return info_table[index].v2_val; in hisi_qm_get_hw_info()774 return info_table[index].v3_val; in hisi_qm_get_hw_info()776 val = readl(qm->io_base + info_table[index].offset); in hisi_qm_get_hw_info()777 return (val >> info_table[index].shift) & info_table[index].mask; in hisi_qm_get_hw_info()