Searched defs:ucbtp_softc (Results 1 – 1 of 1) sorted by relevance
107 struct ucbtp_softc { struct108 device_t sc_dev;109 device_t sc_sib; /* parent (TX39 SIB module) */110 device_t sc_ucb; /* parent (UCB1200 module) */111 tx_chipset_tag_t sc_tc;113 enum ucbts_stat sc_stat;114 int sc_polling;115 int sc_polling_finish;116 void *sc_pollh;118 struct tpcalib_softc sc_tpcalib;[all …]