Lines Matching defs:nxprtc_softc
201 struct nxprtc_softc { struct
202 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 */
212 bool use_timer; /* Use timer for fractional sec */
213 bool use_ampm; /* Chip is set to use am/pm mode */
214 bool is212x; /* Chip type is 2127 or 2129 */