Searched refs:apinfo (Results 1 – 2 of 2) sorted by relevance
96 unsigned int apinfo : 32; /* ap type, ... */ member345 union ap_qact_ap_info *apinfo) in ap_qact() argument351 reg1.value = apinfo->val; in ap_qact()362 apinfo->val = reg2; in ap_qact()
1690 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local1692 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()1693 apinfo.cat = AP_DEVICE_TYPE_CEX8; in ap_get_compatible_type()1694 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()1696 apinfo.cat >= AP_DEVICE_TYPE_CEX4 && in ap_get_compatible_type()1697 apinfo.cat <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()1698 comp_type = apinfo.cat; in ap_get_compatible_type()