Searched refs:rcid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_mem.c259 uint32_t *rcid; local
267 rcid = slot->s_rcid;
292 slot->s_mfg = sda_mem_getbits(rcid, 127, 8);
293 sda_mem_getstring(rcid, slot->s_oem, 119, 2);
294 sda_mem_getstring(rcid, slot->s_prod, 103, 5);
295 slot->s_majver = sda_mem_getbits(rcid, 63, 4);
296 slot->s_minver = sda_mem_getbits(rcid, 59, 4);
297 slot->s_serial = sda_mem_getbits(rcid, 55, 32);
298 slot->s_year = sda_mem_getbits(rcid, 19, 8) + 2000;
299 slot->s_month = sda_mem_getbits(rcid, 1
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_rcid.c106 int rcid = -1; local
116 rcid = pciexrc.id;
122 return (rcid);

Completed in 66 milliseconds