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

  /src/sys/arch/powerpc/ibm4xx/dev/
ehci_plb.c 69 static struct powerpc_bus_space ehci_plb_tag = { variable in typeref:struct:powerpc_bus_space
155 ehci_plb_tag.pbs_base = paa->plb_addr;
156 ehci_plb_tag.pbs_limit = paa->plb_addr + EHCI_PLB_SIZE;
157 sc->iot = &ehci_plb_tag;
159 if (bus_space_init(&ehci_plb_tag, "ehciplb", ehci_ex_storage,

Completed in 27 milliseconds