Searched refs:fc_int2cell (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 236 fc_result(cp, 0) = fc_int2cell(proplen); in fco_getproplen() 237 cp->nresults = fc_int2cell(1); in fco_getproplen() 294 cp->nresults = fc_int2cell(1); in fco_getprop() 295 fc_result(cp, 0) = fc_int2cell(proplen); in fco_getprop() 313 cp->nresults = fc_int2cell(1); in fco_ap_phandle() 345 cp->nresults = fc_int2cell(1); in fco_child() 377 cp->nresults = fc_int2cell(1); in fco_peer() 409 cp->nresults = fc_int2cell(1); in fco_parent() 443 cp->nresults = fc_int2cell(1); in fco_alloc_phandle() 635 cp->nresults = fc_int2cell(0); in fco_new_device() [all …]
|
H A D | fc_subr.c | 393 cp->error = fc_int2cell(-1); in fc_syntax_error() 394 cp->nresults = fc_int2cell(0); in fc_syntax_error() 402 cp->priv_error = fc_int2cell(-1); in fc_priv_error() 403 cp->error = fc_int2cell(0); in fc_priv_error() 404 cp->nresults = fc_int2cell(0); in fc_priv_error() 412 cp->priv_error = cp->error = fc_int2cell(0); in fc_success_op() 429 cp->nresults = fc_int2cell(0); in fc_fail_op() 430 cp->error = fc_int2cell(-1); in fc_fail_op()
|
H A D | fcpci.c | 363 cp->nresults = fc_int2cell(1); in pfc_dma_map_in() 431 cp->nresults = fc_int2cell(0); in pfc_dma_sync() 491 cp->nresults = fc_int2cell(0); in pfc_dma_map_out() 539 cp->nresults = fc_int2cell(0); in pfc_dma_cleanup() 590 cp->nresults = fc_int2cell(1); in pfc_map_in() 651 cp->nresults = fc_int2cell(0); in pfc_map_out() 735 cp->nresults = fc_int2cell(1); in pfc_register_fetch() 822 cp->nresults = fc_int2cell(0); in pfc_register_store() 951 cp->nresults = fc_int2cell(1); in pfc_config_fetch() 1082 cp->nresults = fc_int2cell(0); in pfc_config_store() [all …]
|
H A D | fcode.c | 671 cp->error = fc_int2cell(0); in fc_run_priv() 672 cp->priv_error = fc_int2cell(0); in fc_run_priv() 712 cp->nresults = fc_int2cell(0); in fc_run_priv() 730 cp->nresults = fc_int2cell(0); in fc_run_priv()
|
/titanic_41/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 218 fc_int2cell(portid), fc_int2cell(bar), fc_int2cell(align), in do_claim_addr() 219 fc_int2cell(type), fc_int2cell(size_hi), fc_int2cell(size_lo), in do_claim_addr()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 294 cp->nresults = fc_int2cell(1); in gfc_map_in() 356 cp->nresults = fc_int2cell(0); in gfc_map_out() 457 cp->nresults = fc_int2cell(1); in gfc_register_fetch() 556 cp->nresults = fc_int2cell(0); in gfc_register_store() 577 cp->nresults = fc_int2cell(1); in gfc_master_intr() 644 cp->nresults = fc_int2cell(2); in gfc_claim_address() 706 cp->nresults = fc_int2cell(1); in gfc_claim_memory() 770 cp->nresults = fc_int2cell(0); in gfc_release_memory() 817 cp->nresults = fc_int2cell(2); in gfc_vtop() 838 cp->nresults = fc_int2cell(1); in gfc_config_child() [all …]
|
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | ioctl.c | 68 cip->nargs = fc_int2cell(nin); in fc_run_priv() 69 cip->nresults = fc_int2cell(nout); in fc_run_priv()
|
H A D | dma.c | 80 fc_int2cell(cacheable), fc_size2cell(len), fc_ptr2cell(va), in do_dma_map_in()
|
H A D | upload.c | 123 fc_phandle2cell(pd->node), fc_int2cell(p->size), in upload_properties()
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 130 #define FC_ERR_NONE fc_int2cell(0) 131 #define FC_ERR_SVC_NAME fc_int2cell(-1) 134 #define FC_PRIV_ERROR fc_int2cell(-1)
|
H A D | fc_plat.h | 65 #define fc_int2cell(i) ((fc_cell_t)((int)(i))) macro
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1312 cp->nresults = fc_int2cell(1); in opl_map_in() 1374 cp->nresults = fc_int2cell(0); in opl_map_out() 1485 cp->nresults = fc_int2cell(1); in opl_register_fetch() 1606 cp->nresults = fc_int2cell(0); in opl_register_store() 1664 cp->nresults = fc_int2cell(1); in opl_claim_memory() 1729 cp->nresults = fc_int2cell(0); in opl_release_memory() 1777 cp->nresults = fc_int2cell(2); in opl_vtop() 1798 cp->nresults = fc_int2cell(1); in opl_config_child() 1852 cp->nresults = fc_int2cell(1); in opl_get_fcode() 1892 cp->nresults = fc_int2cell(1); in opl_get_fcode_size() [all …]
|
/titanic_41/usr/src/lib/efcode/packages/ |
H A D | memalloc.c | 55 fc_int2cell(align), fc_size2cell(size), fc_ptr2cell(hint), &vaddr); in claim()
|