/src/sys/arch/sgimips/dev/ |
int.c | 536 * TIMER_0 and TIMER_1 interrupts are tied to MIPS interrupts as follows: 537 * IP6, IP10: TIMER_0: INT2, TIMER_1: INT4 538 * IP12: TIMER_0: INT3, TIMER_1: INT4 539 * IP17, IP20, IP22: TIMER_0: INT2, TIMER_1: INT3 546 bus_size_t timer_control, timer_0, timer_1, timer_2; local in function:int_8254_cal 553 timer_0 = INT1_TIMER_0; 561 timer_0 = INT2_TIMER_0; 575 bus_space_write_1(iot, ioh, timer_0, 579 bus_space_write_1(iot, ioh, timer_0,
|
int.c | 536 * TIMER_0 and TIMER_1 interrupts are tied to MIPS interrupts as follows: 537 * IP6, IP10: TIMER_0: INT2, TIMER_1: INT4 538 * IP12: TIMER_0: INT3, TIMER_1: INT4 539 * IP17, IP20, IP22: TIMER_0: INT2, TIMER_1: INT3 546 bus_size_t timer_control, timer_0, timer_1, timer_2; local in function:int_8254_cal 553 timer_0 = INT1_TIMER_0; 561 timer_0 = INT2_TIMER_0; 575 bus_space_write_1(iot, ioh, timer_0, 579 bus_space_write_1(iot, ioh, timer_0,
|