HomeSort by: relevance | last modified time | path
    Searched defs:pciex_cfg_tag (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/powerpc/ibm4xx/pci/
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,

Completed in 50 milliseconds