Searched refs:tcw (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/kernel/arch/x86/
H A Dpit.c36 struct lpc_timer_tcw_t tcw = { local
44 lpc_timer_tcw_wr(&timer, tcw);
/barrelfish-master/usr/arrakismon/
H A Dlpc.c692 union lpc_pit_tcw tcw = { .raw = val }; local
695 if (tcw.u.countdown_select != 0) {
700 assert(tcw.u.mode_select == LPC_PIT_MODE_ONE_SHOT ||
701 tcw.u.mode_select == LPC_PIT_MODE_RATEN);
702 if (tcw.u.counter_select == 3) {
708 assert(tcw.u.counter_select != 1);
711 if (tcw.u.rw_select == 0) {
712 l->counter_latched[tcw.u.counter_select] = true;
713 l->buffer_val[tcw.u.counter_select] =
714 (timer_remaining(l->timer[tcw
[all...]
/barrelfish-master/usr/vmkitmon/
H A Dlpc.c700 union lpc_pit_tcw tcw = { .raw = val }; local
703 if (tcw.u.countdown_select != 0) {
708 assert(tcw.u.mode_select == LPC_PIT_MODE_ONE_SHOT ||
709 tcw.u.mode_select == LPC_PIT_MODE_RATEN);
710 if (tcw.u.counter_select == 3) {
716 assert(tcw.u.counter_select != 1);
719 if (tcw.u.rw_select == 0) {
720 l->counter_latched[tcw.u.counter_select] = true;
721 l->buffer_val[tcw.u.counter_select] =
722 (timer_remaining(l->timer[tcw
[all...]
/barrelfish-master/usr/drivers/lpc_timer/
H A Dtimer.c74 struct lpc_timer_tcw_t tcw = { local
82 lpc_timer_tcw_wr(&timer, tcw);

Completed in 140 milliseconds