Searched defs:tcic_softc (Results 1 – 1 of 1) sorted by relevance
98 struct tcic_softc { struct99 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;[all …]