Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dap.h285 union ap_qact_ap_info *apinfo) in ap_qact() argument
294 reg1.value = apinfo->val; in ap_qact()
305 apinfo->val = reg2; in ap_qact()
/linux/drivers/s390/crypto/
A Dap_bus.c1459 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local
1461 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()
1462 apinfo.cat = AP_DEVICE_TYPE_CEX7; in ap_get_compatible_type()
1463 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()
1465 && apinfo.cat >= AP_DEVICE_TYPE_CEX2A in ap_get_compatible_type()
1466 && apinfo.cat <= AP_DEVICE_TYPE_CEX7) in ap_get_compatible_type()
1467 comp_type = apinfo.cat; in ap_get_compatible_type()

Completed in 7 milliseconds