Home
last modified time | relevance | path

Searched refs:read_csr_exp_stat (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_gen4_hw_csr_data.c68 static u32 read_csr_exp_stat(void __iomem *csr_base_addr, u32 bank) in read_csr_exp_stat() function
207 csr_ops->read_csr_exp_stat = read_csr_exp_stat; in adf_gen4_init_hw_csr_ops()
Dadf_gen4_hw_data.c510 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()
Dadf_accel_devices.h195 u32 (*read_csr_exp_stat)(void __iomem *csr_base_addr, u32 bank); member