Searched refs:apinfo (Results 1 – 2 of 2) sorted by relevance
96 unsigned int apinfo : 32; /* ap type, ... */ member353 union ap_qact_ap_info *apinfo) in ap_qact() argument359 reg1.value = apinfo->val; in ap_qact()370 apinfo->val = reg2; in ap_qact()
1712 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local1714 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()