Searched refs:tWCL (Results 1 – 2 of 2) sorted by relevance
400 DDR_Cmd(SW_CMD_EMR2,((ptr->tWCL-5)<<MR2_CWL_OFFSET)); //MR2 in DDR3_conf()426 uint32_t tCL, tWR, tWCL, tWTR, tCK,mode; in DDR_Init() local482 tWCL = ptr->tWCL; in DDR_Init()500 (tWCL + tWTR + (DDRC->BURST_b.LEN ? 2 : 4)) : in DDR_Init()504 …DE_b.MODE & 0x20) ? (DDRC->BURST_b.LEN ? 4 : 6) : (tCL + DDRC->CCD_b.DI - tWCL + (DDRC->BURST_b.LE… in DDR_Init()505 …(DDRC->MODE_b.MODE & 0x20) ? (tCL + tWR + (DDRC->BURST_b.LEN ? 1 : 3)) : (tWCL + tWR + (DDRC->BURS… in DDR_Init()506 DDRC->WL_b.VAL = (DDRC->MODE_b.MODE & 0x20) ? (MAX(tCL, 3) - 3) : (tWCL - 2); in DDR_Init()
136 uint32_t tWCL; /*!< tWCL */ member
Completed in 8 milliseconds