| pciex.c | 109 static struct powerpc_bus_space pciex_cfg_tag[PCIEX_NPORTS] = { variable in typeref:struct:powerpc_bus_space 252 data = bus_space_read_4(&pciex_cfg_tag[sc->sc_port], sc->sc_cfgh, 273 bus_space_write_4(&pciex_cfg_tag[sc->sc_port], sc->sc_cfgh, 353 if (bus_space_init(&pciex_cfg_tag[sc->sc_port], "pciexcfg", NULL, 0) || 354 bus_space_map(&pciex_cfg_tag[sc->sc_port], 355 pciex_cfg_tag[sc->sc_port].pbs_base, AMCC460EX_PCIE_CFG_SIZE,
|