Home
last modified time | relevance | path

Searched refs:apinfo (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
H A Dap.h96 unsigned int apinfo : 32; /* ap type, ... */ member
353 union ap_qact_ap_info *apinfo) in ap_qact() argument
359 reg1.value = apinfo->val; in ap_qact()
370 apinfo->val = reg2; in ap_qact()
/linux/drivers/s390/crypto/
H A Dap_bus.c1712 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local
1714 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()
1715 apinfo.cat = AP_DEVICE_TYPE_CEX8; in ap_get_compatible_type()
1716 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()
1718 apinfo.cat >= AP_DEVICE_TYPE_CEX4 && in ap_get_compatible_type()
1719 apinfo.cat <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1720 comp_type = apinfo.cat; in ap_get_compatible_type()