Searched refs:fc_cell2int (Results 1 – 6 of 6) sorted by relevance
213 if (fc_cell2int(cp->nargs) != 2) in fco_getproplen()216 if (fc_cell2int(cp->nresults) < 1) in fco_getproplen()260 if (fc_cell2int(cp->nargs) != 3) in fco_getprop()263 if (fc_cell2int(cp->nresults) < 1) in fco_getprop()305 if (fc_cell2int(cp->nargs) != 0) in fco_ap_phandle()308 if (fc_cell2int(cp->nresults) < 1) in fco_ap_phandle()325 if (fc_cell2int(cp->nargs) != 1) in fco_child()328 if (fc_cell2int(cp->nresults) < 1) in fco_child()357 if (fc_cell2int(cp->nargs) != 1) in fco_peer()360 if (fc_cell2int(cp->nresults) < 1) in fco_peer()[all …]
305 if (fc_cell2int(cp->nargs) != 3) in pfc_dma_map_in()308 if (fc_cell2int(cp->nresults) < 1) in pfc_dma_map_in()317 cacheable = fc_cell2int(fc_arg(cp, 0)); /* XXX: do what? */ in pfc_dma_map_in()390 if (fc_cell2int(cp->nargs) != 3) in pfc_dma_sync()444 if (fc_cell2int(cp->nargs) != 3) in pfc_dma_map_out()554 if (fc_cell2int(cp->nargs) != 4) in pfc_map_in()557 if (fc_cell2int(cp->nresults) < 1) in pfc_map_in()616 if (fc_cell2int(cp->nargs) != 2) in pfc_map_out()668 if (fc_cell2int(cp->nargs) != 1) in pfc_register_fetch()671 if (fc_cell2int(cp->nresults) < 1) in pfc_register_fetch()[all …]
655 nresults = fc_cell2int(tc.nresults); /* save me for later */ in fc_run_priv()656 nargs = fc_cell2int(tc.nargs); in fc_run_priv()692 name, fc_cell2int(cp->nargs), fc_cell2int(cp->nresults)); in fc_run_priv()752 if (fc_cell2int(cp->nresults) > nresults) in fc_run_priv()
1281 if (fc_cell2int(cp->nargs) != 3) in opl_map_in()1284 if (fc_cell2int(cp->nresults) < 1) in opl_map_in()1337 if (fc_cell2int(cp->nargs) != 2) in opl_map_out()1391 if (fc_cell2int(cp->nargs) != 1) in opl_register_fetch()1394 if (fc_cell2int(cp->nresults) < 1) in opl_register_fetch()1508 if (fc_cell2int(cp->nargs) != 2) in opl_register_store()1622 if (fc_cell2int(cp->nargs) != 3) in opl_claim_memory()1625 if (fc_cell2int(cp->nresults) < 1) in opl_claim_memory()1628 vhint = fc_cell2int(fc_arg(cp, 2)); in opl_claim_memory()1629 size = fc_cell2int(fc_arg(cp, 1)); in opl_claim_memory()[all …]
82 #define fc_cell2int(i) ((int)((fc_cell_t)(i))) macro
154 #define fc_result(cp, i) (cp->v[fc_cell2int(cp->nargs) + (i)])