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

  /src/external/gpl3/gdb.old/dist/sim/mips/
dv-tx3904tmr.c 583 unsigned_4 next_trr = (controller->trr + 1) % (1 << 24); local
595 next_trr == controller->cpra)
599 next_trr = controller->cpra;
607 next_trr != controller->trr)
615 next_trr = 0;
624 if (next_trr == controller->cpra)
639 else if (next_trr == controller->cprb)
653 next_trr = 0;
661 if (next_trr == controller->cpra)
672 next_trr = 0
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
dv-tx3904tmr.c 583 unsigned_4 next_trr = (controller->trr + 1) % (1 << 24); local
595 next_trr == controller->cpra)
599 next_trr = controller->cpra;
607 next_trr != controller->trr)
615 next_trr = 0;
624 if (next_trr == controller->cpra)
639 else if (next_trr == controller->cprb)
653 next_trr = 0;
661 if (next_trr == controller->cpra)
672 next_trr = 0
    [all...]

Completed in 21 milliseconds