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

  /src/sys/arch/evbppc/ev64260/
gt_mainbus.c 84 struct gtpci_prot gtpci_prot = { variable in typeref:struct:gtpci_prot
  /src/sys/dev/marvell/
gtpcivar.h 43 struct gtpci_prot { struct
gtpci.c 66 static void gtpci_init(struct gtpci_softc *, struct gtpci_prot *);
68 static void gtpci_protinit(struct gtpci_softc *, struct gtpci_prot *);
116 struct gtpci_prot *gtpci_prot; local in function:gtpci_attach
135 gtpci_prot = __UNCONST(prop_data_data_nocopy(prot));
138 gtpci_prot = NULL;
200 gtpci_init(sc, gtpci_prot);
232 gtpci_init(struct gtpci_softc *sc, struct gtpci_prot *prot)
354 gtpci_protinit(struct gtpci_softc *sc, struct gtpci_prot *ac_flags)
  /src/sys/arch/powerpc/oea/
ofw_autoconf.c 270 extern struct gtpci_prot gtpci0_prot, gtpci1_prot;
278 struct gtpci_prot *gtpci_prot; local in function:ofw_device_register
286 gtpci_prot = &gtpci0_prot;
293 gtpci_prot = &gtpci1_prot;
302 gtpci_prot, sizeof(struct gtpci_prot));

Completed in 13 milliseconds