Searched refs:fc_uint32_t2cell (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/efcode/pci/ |
H A D | pci.c | 57 fc_size2cell(requested_len), fc_uint32_t2cell(hi), in mem_map_in() 58 fc_uint32_t2cell(mid), fc_uint32_t2cell(lo), &requested_virt); in mem_map_in() 139 error = fc_run_priv(h->common, service, 1, 1, fc_uint32_t2cell(cfgadd), in pci_config_fetch() 161 error = fc_run_priv(h->common, service, 2, 0, fc_uint32_t2cell(cfgadd), in pci_config_store() 162 fc_uint32_t2cell(value)); in pci_config_store()
|
/titanic_50/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 70 fc_uint32_t2cell(hi), fc_uint32_t2cell(lo), &virt); in mem_map_in() 348 fc_uint32_t2cell(portid), fc_ptr2cell(hwd_va), &status); in do_get_hwd_va() 388 fc_uint32_t2cell(portid), fc_uint32_t2cell(xt), &status); in do_master_interrupt()
|
/titanic_50/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 58 fc_uint32_t2cell(hi), fc_uint32_t2cell(lo), &virt); in mem_map_in()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | fc_plat.h | 67 #define fc_uint32_t2cell(u) ((fc_cell_t)((unsigned int)((uint32_t)(u)))) macro
|
/titanic_50/usr/src/uts/sun4/io/efcode/ |
H A D | fcpci.c | 364 fc_result(cp, 0) = fc_uint32_t2cell(c.dmac_address); /* XXX size */ in pfc_dma_map_in() 738 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in pfc_register_fetch() 953 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in pfc_config_fetch() 1204 fc_result(cp, 0) = fc_uint32_t2cell(ba->config_address); /* phys.hi */ in pfc_probe_space()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 460 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in gfc_register_fetch()
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1488 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in opl_register_fetch()
|