Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_cex4.c44 { .dev_type = AP_DEVICE_TYPE_CEX4,
60 { .dev_type = AP_DEVICE_TYPE_CEX4,
477 if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) { in zcrypt_cex4_card_probe()
516 if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) { in zcrypt_cex4_card_probe()
556 if (ac->ap_dev.device_type == AP_DEVICE_TYPE_CEX4) { in zcrypt_cex4_card_probe()
H A Dvfio_ap_drv.c33 { .dev_type = AP_DEVICE_TYPE_CEX4,
H A Dap_bus.h72 #define AP_DEVICE_TYPE_CEX4 10 macro
H A Dap_bus.c1678 if (rawtype < AP_DEVICE_TYPE_CEX4) { in ap_get_compatible_type()
1700 apinfo.cat >= AP_DEVICE_TYPE_CEX4 && in ap_get_compatible_type()
H A Dvfio_ap_ops.c2433 if (info.at < AP_DEVICE_TYPE_CEX4) { in vfio_ap_filter_apid_by_qtype()