Lines Matching defs:tcic_softc
98 struct tcic_softc { struct
99 device_t sc_dev;
100 bus_space_tag_t memt;
101 bus_space_handle_t memh;
102 bus_space_tag_t iot;
103 bus_space_handle_t ioh;
105 int chipid;
106 int validirqs;
107 int pwrena; /* holds TCIC_PWR_ENA on'084 and successors */
110 void *intr_est;
112 pcmcia_chipset_tag_t pct;
115 int subregionmask;
118 bus_addr_t membase;
119 int memsize2; /* int(log2(memsize)) */
146 void tcic_attach(struct tcic_softc *); argument