HomeSort by: relevance | last modified time | path
    Searched refs:cnl_size (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/powerpc/booke/dev/
pq3sdhc.c 97 error = bus_space_map(sc->sc_bst, cnl->cnl_addr, cnl->cnl_size, 0,
129 cnl->cnl_size);
142 bus_space_unmap(sc->sc_bst, sc->sc_bsh, cnl->cnl_size);
pq3ehci.c 121 error = bus_space_map(sc->sc.iot, cnl->cnl_addr, cnl->cnl_size, 0,
129 sc->sc.sc_size = cnl->cnl_size;
cpunode.c 115 cnl->cnl_name, cnl->cnl_instance, cnl->cnl_size,
pq3ddrc.c 109 int error = bus_space_map(cna->cna_memt, cnl->cnl_addr, cnl->cnl_size,
pq3duart.c 160 u_int nports = cnl->cnl_size / DUART_SIZE;
pq3obio.c 187 error = bus_space_map(sc->sc_bst, cnl->cnl_addr, cnl->cnl_size, 0,
pq3etsec.c 388 cnl->cnl_size, 0, &mdio->mdio_bsh) != 0) {
598 error = bus_space_map(sc->sc_bst, cnl->cnl_addr, cnl->cnl_size, 0,
851 bus_space_unmap(sc->sc_bst, sc->sc_bsh, cnl->cnl_size);
  /src/sys/arch/powerpc/include/booke/
cpuvar.h 76 bus_size_t cnl_size; member in struct:cpunode_locators
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 779 int error = bus_space_map(sc->sc_bst, cnl->cnl_addr, cnl->cnl_size, 0,

Completed in 17 milliseconds