Lines Matching refs:ram
679 Ron = (4 * info->ram->MB
680 + 3 * MAX(info->ram->Trcd - 2, 0)
681 + 2 * info->ram->Trp
682 + info->ram->Twr
683 + info->ram->CL
684 + info->ram->Tr2w
687 if (Ron + info->ram->Rloop >= Roff) {
690 Ron, info->ram->Rloop, Roff);
696 | (info->ram->Rloop << 20));
710 Roff, Ron, info->ram->Rloop));
755 Ron = (4 * info->ram->MB
756 + 3 * MAX(info->ram->Trcd - 2, 0)
757 + 2 * info->ram->Trp
758 + info->ram->Twr
759 + info->ram->CL
760 + info->ram->Tr2w
764 if (Ron + info->ram->Rloop >= Roff) {
767 Ron, info->ram->Rloop, Roff);
773 | (info->ram->Rloop << 20));
789 Roff, Ron, info->ram->Rloop));