HomeSort by: relevance | last modified time | path
    Searched defs:l1stat (Results 1 - 3 of 3) sorted by relevancy

  /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)) {

Completed in 32 milliseconds