Searched refs:rspec (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1278 struct regspec rspec; in opl_map_in() local 1288 rspec.regspec_size = len = fc_cell2size(fc_arg(cp, 0)); in opl_map_in() 1289 rspec.regspec_bustype = fc_cell2uint(fc_arg(cp, 1)); in opl_map_in() 1290 rspec.regspec_addr = fc_cell2uint(fc_arg(cp, 2)); in opl_map_in() 1297 "address 0x%08x.%08x length %x\n", rspec.regspec_bustype, in opl_map_in() 1298 rspec.regspec_addr, rspec.regspec_size); in opl_map_in() 1300 error = opl_map_phys(rp->child, &rspec, &virt, &acc, &h); in opl_map_in() 1304 "address 0x%08x.%08x length %x\n", rspec.regspec_bustype, in opl_map_in() 1305 rspec.regspec_addr, rspec.regspec_size); in opl_map_in()
|