Searched refs:AP_MKQID (Results 1 – 3 of 3) sorted by relevance
23 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) macro56 register unsigned long reg0 asm ("0") = AP_MKQID(0, 0); in ap_instructions_available()
1252 status = ap_test_queue(AP_MKQID(j, i), in ap_select_domain()1379 qid = AP_MKQID(id, dom); in ap_scan_bus()
455 if (AP_MKQID(targets->ap_id, targets->dom_id) == dev_qid) in is_desired_ep11_queue()