Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_cex4.c109 if (ap_test_bit(&ac->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_card_probe()
127 if (ap_test_bit(&ac->functions, AP_FUNC_MEX4K) && in zcrypt_cex4_card_probe()
128 ap_test_bit(&ac->functions, AP_FUNC_CRT4K)) { in zcrypt_cex4_card_probe()
137 } else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe()
166 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe()
231 if (ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_queue_probe()
237 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe()
243 } else if (ap_test_bit(&aq->card->functions, AP_FUNC_EP11)) { in zcrypt_cex4_queue_probe()
Dzcrypt_cex2a.c108 if (ap_test_bit(&ac->functions, AP_FUNC_MEX4K) && in zcrypt_cex2a_card_probe()
109 ap_test_bit(&ac->functions, AP_FUNC_CRT4K)) { in zcrypt_cex2a_card_probe()
Dap_bus.h32 static inline int ap_test_bit(unsigned int *ptr, unsigned int nr) in ap_test_bit() function
Dap_bus.c238 return ap_test_bit((field + (nr >> 5)), (nr & 0x1f)); in ap_test_config()