Searched refs:QM_SUPPORT_DB_ISOLATION (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/hisilicon/
H A Dqm.c318 {QM_SUPPORT_DB_ISOLATION, 0x30, 0, BIT(0), 0x0, 0x0, 0x0},
2305 } else if (!test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) {
2618 else if (!test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps))
2827 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps))
5028 is_db_isolation = test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps);
5082 val = hisi_qm_get_hw_info(qm, qm_cap_info_comm, QM_SUPPORT_DB_ISOLATION, true);
5084 set_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps);
5132 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps)) {
5154 if (test_bit(QM_SUPPORT_DB_ISOLATION, &qm->caps))
/linux-master/include/linux/
H A Dhisi_acc_qm.h152 QM_SUPPORT_DB_ISOLATION = 0x0, enumerator in enum:qm_cap_bits

Completed in 140 milliseconds