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

  /src/sys/arch/powerpc/ibm4xx/dev/
ohci_plb.c 68 static struct powerpc_bus_space ohci_plb_tag = { variable in typeref:struct:powerpc_bus_space
110 ohci_plb_tag.pbs_base = paa->plb_addr;
111 ohci_plb_tag.pbs_limit = paa->plb_addr + OHCI_PLB_SIZE;
112 sc->iot = &ohci_plb_tag;
114 if (bus_space_init(&ohci_plb_tag, "ohciplb", ohci_ex_storage,
ohci_plb.c 68 static struct powerpc_bus_space ohci_plb_tag = { variable in typeref:struct:powerpc_bus_space
110 ohci_plb_tag.pbs_base = paa->plb_addr;
111 ohci_plb_tag.pbs_limit = paa->plb_addr + OHCI_PLB_SIZE;
112 sc->iot = &ohci_plb_tag;
114 if (bus_space_init(&ohci_plb_tag, "ohciplb", ohci_ex_storage,
ohci_plb.c 68 static struct powerpc_bus_space ohci_plb_tag = { variable in typeref:struct:powerpc_bus_space
110 ohci_plb_tag.pbs_base = paa->plb_addr;
111 ohci_plb_tag.pbs_limit = paa->plb_addr + OHCI_PLB_SIZE;
112 sc->iot = &ohci_plb_tag;
114 if (bus_space_init(&ohci_plb_tag, "ohciplb", ohci_ex_storage,

Completed in 153 milliseconds