Searched refs:apinfo (Results 1 – 1 of 1) sorted by relevance
1297 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local1299 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()1300 apinfo.cat = AP_DEVICE_TYPE_CEX6; in ap_get_compatible_type()1301 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()1303 && apinfo.cat >= AP_DEVICE_TYPE_CEX2A in ap_get_compatible_type()1304 && apinfo.cat <= AP_DEVICE_TYPE_CEX6) in ap_get_compatible_type()1305 comp_type = apinfo.cat; in ap_get_compatible_type()