Home | History | Annotate | Download | only in mips

Lines Matching defs:trr

65 			 240: TRR: timer read register
191 unsigned_4 trr;
267 controller->trr = 0;
302 controller->trr = 0;
349 case TRR_REG: register_value = controller->trr; break;
392 controller->trr = 0;
525 controller->trr == controller->cpra)
583 unsigned_4 next_trr = (controller->trr
594 if (controller->trr == controller->cpra ||
598 if (controller->trr == controller->cpra)
607 next_trr != controller->trr)
683 controller->trr = next_trr;
684 /* HW_TRACE ((me, "counter trr %ld tisr %lx",
685 (long) controller->trr, (long) controller->tisr)); */