Lines Matching defs:elansc_softc
76 struct elansc_softc { struct
77 device_t sc_dev;
78 device_t sc_gpio;
79 device_t sc_par;
80 device_t sc_pex;
81 device_t sc_pci;
83 pci_chipset_tag_t sc_pc;
84 pcitag_t sc_tag;
85 bus_dma_tag_t sc_dmat;
86 bus_dma_tag_t sc_dmat64;
87 bus_space_tag_t sc_iot;
88 bus_space_tag_t sc_memt;
89 bus_space_handle_t sc_memh;
90 int sc_pciflags;
92 int sc_echobug;
94 kmutex_t sc_mtx;
96 struct sysmon_wdog sc_smw;
97 void *sc_eih;
98 void *sc_pih;
99 void *sc_sh;
100 uint8_t sc_mpicmode;
101 uint8_t sc_picicr;
102 int sc_pg0par;
103 int sc_textpar[3];
129 static void elanpar_intr_establish(device_t, struct elansc_softc *); argument