Searched refs:ap_test_bit (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 200 if (ap_test_bit(&ac->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_card_probe() 226 if (ap_test_bit(&ac->functions, AP_FUNC_MEX4K) && in zcrypt_cex4_card_probe() 227 ap_test_bit(&ac->functions, AP_FUNC_CRT4K)) { in zcrypt_cex4_card_probe() 236 } else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 273 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe() 314 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe() 334 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex4_card_remove() 359 if (ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_queue_probe() 365 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe() 371 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_EP11)) { in zcrypt_cex4_queue_probe() [all …]
|
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.h | 33 static inline int ap_test_bit(unsigned int *ptr, unsigned int nr) in ap_test_bit() function
|
D | ap_bus.c | 236 return ap_test_bit((field + (nr >> 5)), (nr & 0x1f)); in ap_test_config()
|