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

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/include/
H A Dsb1250_draminit.h77 * This macro needs to be used by tRP, tRRD, rRCD, tRFC, adn tRC
101 #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.h74 * This macro needs to be used by tRP, tRRD, rRCD, tRFC, adn tRC
104 #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
1046 tRP = ( ((unsigned int)(tdata->spd_tRP)) + tMemClk-1) / tMemClk;
1076 tRP = 0; /* always 0 for FCRAM */
1098 tRCw = max(tRC, tRP + max(tRAS, tRCD + tCwD + BURSTLEN/2 + tWR));
1099 tRCr = max(tRC, tRP + max(tRAS, tRCD + BURSTLEN/2));
1164 V_MC_tRP(tRP) |
/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
1105 tRP = ( ((unsigned int)(tdata->spd_tRP)) + tMemClk-1) / tMemClk;
1126 tRP = 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));
1264 V_BCM1480_MC_tRP(tRP) |

Completed in 66 milliseconds