Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c313 static int pcicfg_map_phys(dev_info_t *, pci_regspec_t *, caddr_t *,
4371 if (pcicfg_map_phys(new_child, &p, &virt, &acc, &h)) { in pcicfg_fcode_probe()
5663 if (pcicfg_map_phys(dip, reg, &virt, &attr, handle) in pcicfg_config_setup()
5829 if (pcicfg_map_phys(dip, &p, (caddr_t *)&addr, &acc, &h)) { in pcicfg_load_fcode()
6402 if (pcicfg_map_phys(dip, &config, &virt, &acc, &h)) { in pcicfg_alloc_resource()
6581 if (pcicfg_map_phys(dip, &config, &virt, &acc, &h)) { in pcicfg_free_resource()
6734 pcicfg_map_phys(dev_info_t *dip, pci_regspec_t *phys_spec, in pcicfg_map_phys() function