Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dzcrypt_cex4.c445 if (ap_test_bit(&ac->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_card_probe()
467 if (ap_test_bit(&ac->functions, AP_FUNC_MEX4K) && in zcrypt_cex4_card_probe()
468 ap_test_bit(&ac->functions, AP_FUNC_CRT4K)) { in zcrypt_cex4_card_probe()
510 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe()
546 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_card_probe()
553 } else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) { in zcrypt_cex4_card_probe()
574 if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in zcrypt_cex4_card_remove()
576 else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) in zcrypt_cex4_card_remove()
601 if (ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL)) { in zcrypt_cex4_queue_probe()
636 if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) { in zcrypt_cex4_queue_probe()
[all …]
A Dzcrypt_cex2c.c294 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()
A Dzcrypt_cex2a.c105 if (ap_test_bit(&ac->functions, AP_FUNC_MEX4K) && in zcrypt_cex2a_card_probe()
106 ap_test_bit(&ac->functions, AP_FUNC_CRT4K)) { in zcrypt_cex2a_card_probe()
A Dap_bus.c258 return ap_test_bit((field + (nr >> 5)), (nr & 0x1f)); in ap_test_config()
622 if (ap_test_bit(&ac->functions, AP_FUNC_ACCEL)) in ap_uevent()
624 else if (ap_test_bit(&ac->functions, AP_FUNC_COPRO)) in ap_uevent()
626 else if (ap_test_bit(&ac->functions, AP_FUNC_EP11)) in ap_uevent()
634 if (ap_test_bit(&aq->card->functions, AP_FUNC_ACCEL)) in ap_uevent()
636 else if (ap_test_bit(&aq->card->functions, AP_FUNC_COPRO)) in ap_uevent()
638 else if (ap_test_bit(&aq->card->functions, AP_FUNC_EP11)) in ap_uevent()
A Dap_bus.h37 static inline int ap_test_bit(unsigned int *ptr, unsigned int nr) in ap_test_bit() function

Completed in 10 milliseconds