Searched defs:nxprtc_softc (Results 1 – 1 of 1) sorted by relevance
201 struct nxprtc_softc { struct202 device_t dev;203 device_t busdev;205 config_hook;206 u_int flags; /* SC_F_* flags */207 u_int chiptype; /* Type of PCF85xx chip */208 time_t bat_time; /* Next time to check battery */209 int freqadj; /* Current freq adj in PPM */210 uint8_t secaddr; /* Address of seconds register */211 uint8_t tmcaddr; /* Address of timer count register */[all …]