Home
last modified time | relevance | path

Searched refs:fc_uint32_t2cell (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfc_plat.h67 #define fc_uint32_t2cell(u) ((fc_cell_t)((unsigned int)((uint32_t)(u)))) macro
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c364 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()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1487 case sizeof (l): fc_result(cp, 0) = fc_uint32_t2cell(l); break; in opl_register_fetch()