Home
last modified time | relevance | path

Searched refs:fc_cell2int (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c264 if (fc_cell2int(cp->nargs) != 3) in gfc_map_in()
267 if (fc_cell2int(cp->nresults) < 1) in gfc_map_in()
320 if (fc_cell2int(cp->nargs) != 2) in gfc_map_out()
373 if (fc_cell2int(cp->nargs) != 1) in gfc_register_fetch()
376 if (fc_cell2int(cp->nresults) < 1) in gfc_register_fetch()
480 if (fc_cell2int(cp->nargs) != 2) in gfc_register_store()
565 if (fc_cell2int(cp->nargs) != 2) in gfc_master_intr()
568 if (fc_cell2int(cp->nresults) < 1) in gfc_master_intr()
571 xt = fc_cell2int(fc_arg(cp, 1)); in gfc_master_intr()
572 portid = fc_cell2int(fc_arg(cp, 0)); in gfc_master_intr()
[all …]
/titanic_50/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c212 if (fc_cell2int(cp->nargs) != 2) in fco_getproplen()
215 if (fc_cell2int(cp->nresults) < 1) in fco_getproplen()
259 if (fc_cell2int(cp->nargs) != 3) in fco_getprop()
262 if (fc_cell2int(cp->nresults) < 1) in fco_getprop()
304 if (fc_cell2int(cp->nargs) != 0) in fco_ap_phandle()
307 if (fc_cell2int(cp->nresults) < 1) in fco_ap_phandle()
324 if (fc_cell2int(cp->nargs) != 1) in fco_child()
327 if (fc_cell2int(cp->nresults) < 1) in fco_child()
356 if (fc_cell2int(cp->nargs) != 1) in fco_peer()
359 if (fc_cell2int(cp->nresults) < 1) in fco_peer()
[all …]
H A Dfcpci.c305 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 …]
H A Dfcode.c655 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()
/titanic_50/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1282 if (fc_cell2int(cp->nargs) != 3) in opl_map_in()
1285 if (fc_cell2int(cp->nresults) < 1) in opl_map_in()
1338 if (fc_cell2int(cp->nargs) != 2) in opl_map_out()
1392 if (fc_cell2int(cp->nargs) != 1) in opl_register_fetch()
1395 if (fc_cell2int(cp->nresults) < 1) in opl_register_fetch()
1509 if (fc_cell2int(cp->nargs) != 2) in opl_register_store()
1623 if (fc_cell2int(cp->nargs) != 3) in opl_claim_memory()
1626 if (fc_cell2int(cp->nresults) < 1) in opl_claim_memory()
1629 vhint = fc_cell2int(fc_arg(cp, 2)); in opl_claim_memory()
1630 size = fc_cell2int(fc_arg(cp, 1)); in opl_claim_memory()
[all …]
/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dproperty.c56 return (fc_cell2int(len)); in getproplen()
74 return (fc_cell2int(len)); in getprop()
/titanic_50/usr/src/uts/sun4/sys/
H A Dfc_plat.h82 #define fc_cell2int(i) ((int)((fc_cell_t)(i))) macro
H A Dfcode.h154 #define fc_result(cp, i) (cp->v[fc_cell2int(cp->nargs) + (i)])