Searched defs:rspec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1278 struct regspec rspec; local
1288 rspec.regspec_size = len = fc_cell2size(fc_arg(cp, 0));
1289 rspec.regspec_bustype = fc_cell2uint(fc_arg(cp, 1));
1290 rspec.regspec_addr = fc_cell2uint(fc_arg(cp, 2));
1297 "address 0x%08x.%08x length %x\n", rspec.regspec_bustype,
1298 rspec.regspec_addr, rspec.regspec_size);
1300 error = opl_map_phys(rp->child, &rspec, &virt, &acc, &h);
1304 "address 0x%08x.%08x length %x\n", rspec.regspec_bustype,
1305 rspec
[all...]

Completed in 47 milliseconds