Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c189 ci[3] = p1275_phandle2cell((phandle_t)nodeid); /* Arg1: package */ in prom_getproplen()
223 ci[3] = p1275_phandle2cell((phandle_t)nodeid); /* Arg1: package */ in prom_getprop()
245 ci[3] = p1275_phandle2cell((phandle_t)nodeid); /* Arg1: package */ in prom_bounded_getprop()
268 ci[3] = p1275_phandle2cell((phandle_t)nodeid); /* Arg1: phandle */ in prom_nextprop()
303 ci[3] = p1275_phandle2cell((phandle_t)nodeid); /* Arg1: phandle */ in prom_setprop()
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dprom_isa.h58 #define p1275_phandle2cell(ph) ((cell_t)((unsigned int)((phandle_t)(ph)))) macro
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_io.c112 ci[4] = p1275_phandle2cell(ph); in promif_instance_to_package()