Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/s390/crypto/
Dzcrypt_cex4.c476 if (ap_test_bit(&ac->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_card_probe()
505 if (ap_test_bit(&ac->functions, AP_FUNC_MEX4K) && in zcrypt_cex4_card_probe()
506 ap_test_bit(&ac->functions, AP_FUNC_CRT4K)) { in zcrypt_cex4_card_probe()
515 } else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe()
555 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe()
598 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe()
605 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe()
626 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex4_card_remove()
628 else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) in zcrypt_cex4_card_remove()
653 if (ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_queue_probe()
[all …]
Dap_bus.c299 return ap_test_bit((field + (nr >> 5)), (nr & 0x1f)); in ap_test_config()
648 if (ap_test_bit(&ac->functions, AP_FUNC_ACCEL)) in ap_uevent()
650 else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in ap_uevent()
652 else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) in ap_uevent()
660 if (ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL)) in ap_uevent()
662 else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in ap_uevent()
664 else if (ap_test_bit(&aq->card->functions, AP_FUNC_EP11)) in ap_uevent()
Dap_bus.h37 static inline int ap_test_bit(unsigned int *ptr, unsigned int nr) in ap_test_bit() function
Dap_queue.c27 return ap_test_bit(&aq->card->functions, AP_FUNC_EP11) || in ap_q_supports_bind()
28 ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL); in ap_q_supports_bind()
33 return ap_test_bit(&aq->card->functions, AP_FUNC_EP11); in ap_q_supports_assoc()