/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 554 timer_1 = INT1_TIMER_1; 562 timer_1 = INT2_TIMER_1; 585 bus_space_write_1(iot, ioh, timer_1, 0xff); 588 bus_space_write_1(iot, ioh, timer_1, 0xff);
|
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 554 timer_1 = INT1_TIMER_1; 562 timer_1 = INT2_TIMER_1; 585 bus_space_write_1(iot, ioh, timer_1, 0xff); 588 bus_space_write_1(iot, ioh, timer_1, 0xff);
|