Searched refs:ap_test_bit (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 476 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 …]
|
D | ap_bus.c | 299 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()
|
D | ap_bus.h | 37 static inline int ap_test_bit(unsigned int *ptr, unsigned int nr) in ap_test_bit() function
|
D | ap_queue.c | 27 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()
|