Lines Matching defs:tcic_softc
99 struct tcic_softc { struct
100 struct device dev;
102 bus_space_tag_t memt;
103 bus_space_handle_t memh;
104 bus_space_tag_t iot;
105 bus_space_handle_t ioh;
107 int chipid;
108 int validirqs;
109 int pwrena; /* holds TCIC_PWR_ENA on'084 and successors */
112 void *intr_est;
114 pcmcia_chipset_tag_t pct;
117 int subregionmask;
120 bus_addr_t membase;
121 int memsize2; /* int(log2(memsize)) */
148 void tcic_attach(struct tcic_softc *); argument