From: Dmitry Antipov <dmitry.antipov@mail.ru>
To: linux-mips@linux-mips.org
Subject: IT8172G on-board timers
Date: Tue, 05 Aug 2003 17:38:40 +0400 [thread overview]
Message-ID: <3F2FB360.9040005@mail.ru> (raw)
Hello all,
I'm working with IT8172-based MIPS board and want to use one of (or may
be both) on-board timers.
For my purposes, it's required to generate irq from timer rarely, for
example, each 1 sec, or each 5 sec
or so. (The usage of Linux timer interface (init_timer() etc...) is
forbidden, and I don't want to touch
system timer to avoid the potential damage for basic timekeeping,
scheduling, etc.). I have two problems:
- timer backward counter is 16-bit wide and reaches zero too fast, even
starting from 0xffff;
- timer input clock may be one of CPU clock, CPU clock /4, CPU clock/8
or CPU clock /16, which looks
very fast too
So, the minimum interrupt frequency from both timers is 96 ints/HZ (with
TCR0.PST0 is 0 and
TCVR0 is 0xffff) and the maximum is around 150000 ints/HZ. Even the
minimum is too large for me...
It seems this question is much more about h/w than about Linux, but I
hope someone has an experience
with this arch :-) Is it possible to program on-board timer to generate
interrupts with less frequency ?
Thanks,
Dmitry
next reply other threads:[~2003-08-05 14:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-05 13:38 Dmitry Antipov [this message]
2003-08-06 16:59 ` IT8172G on-board timers Jun Sun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F2FB360.9040005@mail.ru \
--to=dmitry.antipov@mail.ru \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.