todr_setwen        61 dev/clock_subr.h 	int	(*todr_setwen)(struct todr_chip_handle *, int);
todr_setwen        69 dev/clock_subr.h #define todr_wenable(ct, v)	if ((ct)->todr_setwen) \
todr_setwen        70 dev/clock_subr.h 					((*(ct)->todr_setwen)(ct, v))
todr_setwen       187 dev/i2c/rs5c372.c 	sc->sc_todr.todr_setwen = NULL;
todr_setwen       123 dev/ic/mk48txx.c 	handle->todr_setwen = NULL;