Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_cex4.c79 if (ap_test_bit(&ap_dev->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_probe()
92 if (ap_test_bit(&ap_dev->functions, AP_FUNC_MEX4K) && in zcrypt_cex4_probe()
93 ap_test_bit(&ap_dev->functions, AP_FUNC_CRT4K)) { in zcrypt_cex4_probe()
107 } else if (ap_test_bit(&ap_dev->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_probe()
125 } else if (ap_test_bit(&ap_dev->functions, AP_FUNC_EP11)) { in zcrypt_cex4_probe()
Dzcrypt_cex2a.c114 if (ap_test_bit(&ap_dev->functions, AP_FUNC_MEX4K) && in zcrypt_cex2a_probe()
115 ap_test_bit(&ap_dev->functions, AP_FUNC_CRT4K)) { in zcrypt_cex2a_probe()
Dap_bus.h87 static inline int ap_test_bit(unsigned int *ptr, unsigned int nr) in ap_test_bit() function
Dap_bus.c1019 return ap_test_bit((field + (nr >> 5)), (nr & 0x1f)); in ap_test_config()