Home
last modified time | relevance | path

Searched refs:MISC_CONTROL (Results 1 – 4 of 4) sorted by relevance

/drivers/crypto/qat/qat_common/
Dicp_qat_hal.h52 MISC_CONTROL = 0x04, enumerator
Dqat_hal.c434 misc_ctl = GET_GLB_CSR(handle, MISC_CONTROL); in qat_hal_reset_timestamp()
436 SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl & in qat_hal_reset_timestamp()
444 SET_GLB_CSR(handle, MISC_CONTROL, misc_ctl | MC_TIMESTAMP_ENABLE); in qat_hal_reset_timestamp()
/drivers/firewire/
Dnosy.h15 #define MISC_CONTROL 0x40 macro
Dnosy.c605 reg_set_bits(lynx, MISC_CONTROL, MISC_CONTROL_SWRESET); in add_card()