Lines Matching defs:cas
617 /* look up table to get the cas latency bits */
621 WARN("Error: unsupported cas latency for mode register\n");
1150 struct cas {
1155 const struct cas *cl;
1158 const struct cas cl_3200[] = {
1167 const struct cas cl_2933[] = {
1176 const struct cas cl_2666[] = {
1184 const struct cas cl_2400[] = {
1191 const struct cas cl_2133[] = {
1197 const struct cas cl_1866[] = {
1202 const struct cas cl_1600[] = {
1215 const struct cas cl_3200_3ds[] = {
1223 const struct cas cl_2666_3ds[] = {
1230 const struct cas cl_2400_3ds[] = {
1236 const struct cas cl_2133_3ds[] = {
1241 const struct cas cl_1866_3ds[] = {
1245 const struct cas cl_1600_3ds[] = {
1342 /* calculate cas latency, override first */
1354 /* Check if DIMM supports the cas latency */
1362 ERROR("Failed to find a proper cas latency\n");
1365 /* Verify cas latency does not exceed 18ns for DDR4 */
1367 ERROR("cas latency is too large %d\n", cas_latency);