Lines Matching refs:reg1
57 unsigned long reg1 = 0; in ap_instructions_available() local
67 : [reg1] "+&d" (reg1) in ap_instructions_available()
70 return reg1 != 0; in ap_instructions_available()
82 struct ap_queue_status reg1; in ap_tapq() local
91 : [reg1] "=&d" (reg1), [reg2] "=&d" (reg2) in ap_tapq()
96 return reg1; in ap_tapq()
125 struct ap_queue_status reg1; in ap_rapq() local
131 : [reg1] "=&d" (reg1) in ap_rapq()
134 return reg1; in ap_rapq()
146 struct ap_queue_status reg1; in ap_zapq() local
152 : [reg1] "=&d" (reg1) in ap_zapq()
155 return reg1; in ap_zapq()
186 unsigned long reg1 = -EOPNOTSUPP; in ap_qci() local
196 : [reg1] "+&d" (reg1) in ap_qci()
200 return reg1; in ap_qci()
240 } reg1; in ap_aqic() local
243 reg1.qirqctrl = qirqctrl; in ap_aqic()
251 : [reg1] "+&d" (reg1) in ap_aqic()
255 return reg1.status; in ap_aqic()
291 } reg1; in ap_qact() local
294 reg1.value = apinfo->val; in ap_qact()
302 : [reg1] "+&d" (reg1), [reg2] "=&d" (reg2) in ap_qact()
306 return reg1.status; in ap_qact()
327 struct ap_queue_status reg1; in ap_nqap() local
339 : [reg0] "+&d" (reg0), [reg1] "=&d" (reg1), in ap_nqap()
343 return reg1; in ap_nqap()
383 struct ap_queue_status reg1; in ap_dqap() local
402 : [reg0] "+&d" (reg0), [reg1] "=&d" (reg1), [reg2] "=&d" (reg2), in ap_dqap()
415 reg1.response_code = 0xFF; in ap_dqap()
424 return reg1; in ap_dqap()