Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dap.h263 union ap_qact_ap_info *apinfo) in ap_qact() argument
267 register unsigned long reg1_in asm ("1") = apinfo->val; in ap_qact()
276 apinfo->val = reg2; in ap_qact()
/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c1296 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local
1298 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()
1299 apinfo.cat = AP_DEVICE_TYPE_CEX6; in ap_get_compatible_type()
1300 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()
1302 && apinfo.cat >= AP_DEVICE_TYPE_CEX2A in ap_get_compatible_type()
1303 && apinfo.cat <= AP_DEVICE_TYPE_CEX6) in ap_get_compatible_type()
1304 comp_type = apinfo.cat; in ap_get_compatible_type()