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

/barrelfish-2018-10-04/usr/arrakismon/
H A Dlpc.h52 uint8_t mode_type : 3; member in struct:lpc_pit_sbyte::__anon1434
H A Dlpc.c468 switch (l->sbytes[reg].u.mode_type) {
520 bool periodic = l->sbytes[reg].u.mode_type != LPC_PIT_MODE_ONE_SHOT;
533 //lpc_timer_config(reg, l->sbytes[reg].u.mode_type,
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dlpc.h59 uint8_t mode_type : 3; member in struct:lpc_pit_sbyte::__anon1806
H A Dlpc.c475 switch (l->sbytes[reg].u.mode_type) {
527 bool periodic = l->sbytes[reg].u.mode_type != LPC_PIT_MODE_ONE_SHOT;
540 //lpc_timer_config(reg, l->sbytes[reg].u.mode_type,

Completed in 43 milliseconds