Searched refs:tRCD (Results 1 - 4 of 4) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/include/
H A Dsb1250_draminit.h101 #define DRAM_CS_TIMING(tCK,rfsh,caslatency,attributes,tRAS,tRP,tRRD,tRCD,tRFC,tRC) \
102 .byte MCR_TIMING,tCK,rfsh,caslatency,attributes,tRAS,tRP,tRRD,tRCD,tRFC,tRC,0 ;
124 #define DRAM_CS_TIMING(tCK,rfsh,caslatency,attributes,tRAS,tRP,tRRD,tRCD,tRFC,tRC) \
125 {MCR_TIMING,tCK,rfsh,caslatency,attributes,tRAS,tRP,tRRD,tRCD,tRFC,tRC,0}
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/include/
H A Dbcm1480_draminit.h104 #define DRAM_CS_TIMING(tCK,rfsh,caslatency,attributes,tRAS,tRP,tRRD,tRCD,tRFC,tRC) \
105 .byte MCR_TIMING,tCK,rfsh,caslatency,attributes,tRAS,tRP,tRRD,tRCD,tRFC,tRC,0 ;
135 #define DRAM_CS_TIMING(tCK,rfsh,caslatency,attributes,tRAS,tRP,tRRD,tRCD,tRFC,tRC) \
136 {MCR_TIMING,tCK,rfsh,caslatency,attributes,tRAS,tRP,tRRD,tRCD,tRFC,tRC,0}
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_draminit.c692 unsigned int tRP,tRRD,tRCD,tRC,tRCw,tRCr,tCwCr,tRFC; local
1039 * With the actual tMemClk in hand, calculate tRAS, tRC, tRP, tRRD, and tRCD
1048 tRCD = ( ((unsigned int)(tdata->spd_tRCD)) + tMemClk-1) / tMemClk;
1075 tRCD = 1; /* always 1 for FCRAM */
1098 tRCw = max(tRC, tRP + max(tRAS, tRCD + tCwD + BURSTLEN/2 + tWR));
1099 tRCr = max(tRC, tRP + max(tRAS, tRCD + BURSTLEN/2));
1100 tCwCr = tRCw - (tRCD + tCwD + 2 + tWTR);
1161 timing1 = V_MC_tRCD(tRCD) |
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_draminit.c761 unsigned int tRP,tRRD,tRCD,tRC,tRCw,tRCr,tRFC,tRTP,tAL,tRAP; local
1100 * With the actual tMemClk in hand, calculate tRAS, tRC, tRP, tRRD, and tRCD
1107 tRCD = ( ((unsigned int)(tdata->spd_tRCD)) + tMemClk-1) / tMemClk;
1125 tRCD = 1; /* always 1 for FCRAM */
1167 tRCw = max(tRC, tRP + max(tRAS, tRCD + tCwD + BURSTLEN/2 + tWR));
1168 tRCr = max(tRC, tRP + max(tRAS, tRCD + BURSTLEN/2));
1235 if ( (mc->tAL >= (11 - tCL)) || (mc->tAL >= (tRCD - 1)) )
1236 mc->tAL = min( ((11 - tCL) - 1), ((tRCD - 1) - 1) );
1259 timing1 = V_BCM1480_MC_tRCD(tRCD) |

Completed in 63 milliseconds