Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qat/
H A Dqat_ae.c474 if (misc & AE_MISC_CONTROL_SHARE_CS) { in qat_aereg_rel_data_read()
480 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; in qat_aereg_rel_data_read()
811 nval = val | AE_MISC_CONTROL_SHARE_CS; in qat_ae_write_shared_cs_mode0()
813 nval = val & ~AE_MISC_CONTROL_SHARE_CS; in qat_ae_write_shared_cs_mode0()
863 AE_MISC_CONTROL_CS_RELOAD | AE_MISC_CONTROL_SHARE_CS); in qat_ae_set_reload_ustore()
1215 val &= ~AE_MISC_CONTROL_SHARE_CS; in qat_ae_clear_gprs()
1379 if (misc & AE_MISC_CONTROL_SHARE_CS) { in qat_ae_ucode_read()
1518 if (misc & AE_MISC_CONTROL_SHARE_CS) { in qat_ae_exec_ucode()
1524 nmisc = misc & ~AE_MISC_CONTROL_SHARE_CS; in qat_ae_exec_ucode()
1625 nmisc = misc | AE_MISC_CONTROL_SHARE_CS; in qat_ae_exec_ucode()
[all …]
H A Dqatreg.h462 #define AE_MISC_CONTROL_SHARE_CS __BIT(2) macro