Lines Matching defs:le_pci_softc
111 struct le_pci_softc { struct
112 struct am79900_softc sc_am79900; /* glue to MI code */
114 int sc_rrid;
115 struct resource *sc_rres;
116 bus_space_tag_t sc_regt;
117 bus_space_handle_t sc_regh;
119 int sc_irid;
120 struct resource *sc_ires;
121 void *sc_ih;
123 bus_dma_tag_t sc_pdmat;
147 DEFINE_CLASS_0(lnc, le_pci_driver, le_pci_methods, sizeof(struct le_pci_softc)); argument