Home
last modified time | relevance | path

Searched refs:fc_result (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c295 fc_result(cp, 0) = fc_ptr2cell(virt); in gfc_map_in()
459 case sizeof (x): fc_result(cp, 0) = x; break; in gfc_register_fetch()
460 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in gfc_register_fetch()
461 case sizeof (w): fc_result(cp, 0) = fc_uint16_t2cell(w); break; in gfc_register_fetch()
462 case sizeof (b): fc_result(cp, 0) = fc_uint8_t2cell(b); break; in gfc_register_fetch()
578 fc_result(cp, 0) = 0; in gfc_master_intr()
645 fc_result(cp, 0) = LOADDR(paddr); in gfc_claim_address()
646 fc_result(cp, 1) = HIADDR(paddr); in gfc_claim_address()
707 fc_result(cp, 0) = answer; in gfc_claim_memory()
819 fc_result(cp, 0) = paddr; in gfc_vtop()
[all …]
/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c236 fc_result(cp, 0) = fc_int2cell(proplen); in fco_getproplen()
295 fc_result(cp, 0) = fc_int2cell(proplen); in fco_getprop()
314 fc_result(cp, 0) = fc_phandle2cell(h); in fco_ap_phandle()
346 fc_result(cp, 0) = fc_phandle2cell(h); in fco_child()
378 fc_result(cp, 0) = fc_phandle2cell(h); in fco_peer()
410 fc_result(cp, 0) = fc_phandle2cell(h); in fco_parent()
444 fc_result(cp, 0) = fc_phandle2cell(h); in fco_alloc_phandle()
855 (void) localetheraddr(NULL, (struct ether_addr *)(&fc_result(cp, 0))); in fco_local_ether_addr()
H A Dfcpci.c364 fc_result(cp, 0) = fc_uint32_t2cell(c.dmac_address); /* XXX size */ in pfc_dma_map_in()
591 fc_result(cp, 0) = fc_ptr2cell(virt); in pfc_map_in()
737 case sizeof (x): fc_result(cp, 0) = x; break; in pfc_register_fetch()
738 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in pfc_register_fetch()
739 case sizeof (w): fc_result(cp, 0) = fc_uint16_t2cell(w); break; in pfc_register_fetch()
740 case sizeof (b): fc_result(cp, 0) = fc_uint8_t2cell(b); break; in pfc_register_fetch()
953 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in pfc_config_fetch()
954 case sizeof (w): fc_result(cp, 0) = fc_uint16_t2cell(w); break; in pfc_config_fetch()
955 case sizeof (b): fc_result(cp, 0) = fc_uint8_t2cell(b); break; in pfc_config_fetch()
1131 fc_result(cp, 0) = status; in pfc_get_fcode()
[all …]
H A Dfcode.c760 error |= copyout(&fc_result(cp, 0), &(ap->v[nargs]), in fc_run_priv()
/titanic_44/usr/src/lib/efcode/fcdriver/
H A Dioctl.c75 *fcp = fc_result(cip, i); in fc_run_priv()
104 (uint64_t)fc_result(cip, i)); in fc_run_priv()
/titanic_44/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1313 fc_result(cp, 0) = fc_ptr2cell(virt); in opl_map_in()
1487 case sizeof (x): fc_result(cp, 0) = x; break; in opl_register_fetch()
1488 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in opl_register_fetch()
1489 case sizeof (w): fc_result(cp, 0) = fc_uint16_t2cell(w); break; in opl_register_fetch()
1490 case sizeof (b): fc_result(cp, 0) = fc_uint8_t2cell(b); break; in opl_register_fetch()
1665 fc_result(cp, 0) = answer; in opl_claim_memory()
1779 fc_result(cp, 0) = paddr; in opl_vtop()
1780 fc_result(cp, 1) = 0; in opl_vtop()
1799 fc_result(cp, 0) = fc_phandle2cell(h); in opl_config_child()
1853 fc_result(cp, 0) = status; in opl_get_fcode()
[all …]
/titanic_44/usr/src/uts/sun4/sys/
H A Dfcode.h154 #define fc_result(cp, i) (cp->v[fc_cell2int(cp->nargs) + (i)]) macro