Searched refs:misc_ctl_csr (Results 1 – 2 of 2) sorted by relevance
420 unsigned int misc_ctl_csr, misc_ctl; in qat_hal_reset_timestamp() local423 misc_ctl_csr = handle->chip_info->misc_ctl_csr; in qat_hal_reset_timestamp()425 misc_ctl = GET_CAP_CSR(handle, misc_ctl_csr); in qat_hal_reset_timestamp()427 SET_CAP_CSR(handle, misc_ctl_csr, misc_ctl & in qat_hal_reset_timestamp()435 SET_CAP_CSR(handle, misc_ctl_csr, misc_ctl | MC_TIMESTAMP_ENABLE); in qat_hal_reset_timestamp()707 handle->chip_info->misc_ctl_csr = MISC_CONTROL_C4XXX; in qat_hal_chip_init()736 handle->chip_info->misc_ctl_csr = MISC_CONTROL; in qat_hal_chip_init()763 handle->chip_info->misc_ctl_csr = MISC_CONTROL; in qat_hal_chip_init()
34 u32 misc_ctl_csr; member