Searched refs:read_csr_exp_stat (Results 1 – 3 of 3) sorted by relevance
68 static u32 read_csr_exp_stat(void __iomem *csr_base_addr, u32 bank) in read_csr_exp_stat() function207 csr_ops->read_csr_exp_stat = read_csr_exp_stat; in adf_gen4_init_hw_csr_ops()
510 state->ringexpstat = ops->read_csr_exp_stat(base, bank); in bank_state_save()621 tmp_val = ops->read_csr_exp_stat(base, bank); in bank_state_restore()
195 u32 (*read_csr_exp_stat)(void __iomem *csr_base_addr, u32 bank); member