Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c213 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()
305 if (fc_cell2int(cp->nargs) != 0) in fco_ap_phandle()
325 if (fc_cell2int(cp->nargs) != 1) in fco_child()
357 if (fc_cell2int(cp->nargs) != 1) in fco_peer()
389 if (fc_cell2int(cp->nargs) != 1) in fco_parent()
425 if (fc_cell2int(cp->nargs) != 0) in fco_alloc_phandle()
479 if (fc_cell2int(cp->nargs) != 4) in fco_new_device()
649 if (fc_cell2int(cp->nargs) != 1) in fco_finish_device()
[all …]
H A Dfcpci.c305 if (fc_cell2int(cp->nargs) != 3) 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()
616 if (fc_cell2int(cp->nargs) != 2) in pfc_map_out()
668 if (fc_cell2int(cp->nargs) != 1) in pfc_register_fetch()
758 if (fc_cell2int(cp->nargs) != 2) in pfc_register_store()
840 if (fc_cell2int(cp->nargs) != 1) in pfc_config_fetch()
975 if (fc_cell2int(cp->nargs) != 2) in pfc_config_store()
1094 if (fc_cell2int(cp->nargs) != 3) in pfc_get_fcode()
[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()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1281 if (fc_cell2int(cp->nargs) != 3) 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()
1508 if (fc_cell2int(cp->nargs) != 2) in opl_register_store()
1622 if (fc_cell2int(cp->nargs) != 3) in opl_claim_memory()
1689 if (fc_cell2int(cp->nargs) != 2) in opl_release_memory()
1745 if (fc_cell2int(cp->nargs) != 1) in opl_vtop()
1789 if (fc_cell2int(cp->nargs) != 0) in opl_config_child()
1810 if (fc_cell2int(cp->nargs) != 3) in opl_get_fcode()
1864 if (fc_cell2int(cp->nargs) != 1) in opl_get_fcode_size()
[all …]
/illumos-gate/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)])