Searched defs:le_pci_softc (Results 1 – 1 of 1) sorted by relevance
101 struct le_pci_softc { struct102 struct am79900_softc sc_am79900; /* glue to MI code */104 struct resource *sc_rres;106 struct resource *sc_ires;107 void *sc_ih;109 bus_dma_tag_t sc_pdmat;133 DEFINE_CLASS_0(le, le_pci_driver, le_pci_methods, sizeof(struct le_pci_softc)); argument