Home
last modified time | relevance | path

Searched refs:AE_MISC_CONTROL_SHARE_CS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c473 if (misc & AE_MISC_CONTROL_SHARE_CS) { in qat_aereg_rel_data_read()
479 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; in qat_aereg_rel_data_read()
810 nval = val | AE_MISC_CONTROL_SHARE_CS; in qat_ae_write_shared_cs_mode0()
812 nval = val & ~AE_MISC_CONTROL_SHARE_CS; in qat_ae_write_shared_cs_mode0()
862 AE_MISC_CONTROL_CS_RELOAD | AE_MISC_CONTROL_SHARE_CS); in qat_ae_set_reload_ustore()
1214 val &= ~AE_MISC_CONTROL_SHARE_CS; in qat_ae_clear_gprs()
1378 if (misc & AE_MISC_CONTROL_SHARE_CS) { in qat_ae_ucode_read()
1517 if (misc & AE_MISC_CONTROL_SHARE_CS) { in qat_ae_exec_ucode()
1523 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; in qat_ae_exec_ucode()
1624 nmisc = misc | AE_MISC_CONTROL_SHARE_CS; in qat_ae_exec_ucode()
[all …]
H A Dqatreg.h461 #define AE_MISC_CONTROL_SHARE_CS __BIT(2) macro