/src/sys/arch/sgimips/dev/ |
int.c | 530 * A master clock is wired to TIMER_2, which in turn clocks the two other 546 bus_size_t timer_control, timer_0, timer_1, timer_2; local in function:int_8254_cal 555 timer_2 = INT1_TIMER_2; 563 timer_2 = INT2_TIMER_2; 593 bus_space_write_1(iot, ioh, timer_2, 8); 596 bus_space_write_1(iot, ioh, timer_2, 0);
|
int.c | 530 * A master clock is wired to TIMER_2, which in turn clocks the two other 546 bus_size_t timer_control, timer_0, timer_1, timer_2; local in function:int_8254_cal 555 timer_2 = INT1_TIMER_2; 563 timer_2 = INT2_TIMER_2; 593 bus_space_write_1(iot, ioh, timer_2, 8); 596 bus_space_write_1(iot, ioh, timer_2, 0);
|
int.c | 530 * A master clock is wired to TIMER_2, which in turn clocks the two other 546 bus_size_t timer_control, timer_0, timer_1, timer_2; local in function:int_8254_cal 555 timer_2 = INT1_TIMER_2; 563 timer_2 = INT2_TIMER_2; 593 bus_space_write_1(iot, ioh, timer_2, 8); 596 bus_space_write_1(iot, ioh, timer_2, 0);
|