Searched refs:ap_test_bit (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 485 if (ap_test_bit(&ac->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_card_probe() 514 if (ap_test_bit(&ac->functions, AP_FUNC_MEX4K) && in zcrypt_cex4_card_probe() 515 ap_test_bit(&ac->functions, AP_FUNC_CRT4K)) { in zcrypt_cex4_card_probe() 524 } else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 564 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe() 607 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 614 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe() 635 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex4_card_remove() 637 else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) in zcrypt_cex4_card_remove() 662 if (ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_queue_probe() [all …]
|
D | zcrypt_cex2c.c | 294 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex2c_card_probe() 315 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex2c_card_remove() 367 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex2c_queue_probe() 388 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in zcrypt_cex2c_queue_remove()
|
D | zcrypt_cex2a.c | 106 if (ap_test_bit(&ac->functions, AP_FUNC_MEX4K) && in zcrypt_cex2a_card_probe() 107 ap_test_bit(&ac->functions, AP_FUNC_CRT4K)) { in zcrypt_cex2a_card_probe()
|
D | ap_bus.c | 272 return ap_test_bit((field + (nr >> 5)), (nr & 0x1f)); in ap_test_config() 638 if (ap_test_bit(&ac->functions, AP_FUNC_ACCEL)) in ap_uevent() 640 else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in ap_uevent() 642 else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) in ap_uevent() 650 if (ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL)) in ap_uevent() 652 else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in ap_uevent() 654 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
|