Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sgimips/dev/ | |
int.c | 333 uint32_t l1stat; local in function:int2_local1_intr 337 l1stat = bus_space_read_1(iot, ioh, INT2_LOCAL1_STATUS); 340 l1stat &= l1mask; 343 if (l1stat & (1 << i)) { |
int.c | 333 uint32_t l1stat; local in function:int2_local1_intr 337 l1stat = bus_space_read_1(iot, ioh, INT2_LOCAL1_STATUS); 340 l1stat &= l1mask; 343 if (l1stat & (1 << i)) { |
int.c | 333 uint32_t l1stat; local in function:int2_local1_intr 337 l1stat = bus_space_read_1(iot, ioh, INT2_LOCAL1_STATUS); 340 l1stat &= l1mask; 343 if (l1stat & (1 << i)) { |