Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfc_plat.h85 #define fc_cell2uint16_t(w) ((uint16_t)((fc_cell_t)(w))) macro
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c770 case 'w': len = sizeof (w); w = fc_cell2uint16_t(fc_arg(cp, 1)); break; in pfc_register_store()
1011 case 'w': len = sizeof (w); w = fc_cell2uint16_t(fc_arg(cp, 1)); break; in pfc_config_store()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1530 w = fc_cell2uint16_t(fc_arg(cp, 1)); in opl_register_store()