Searched refs:CL (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dsddr2.c63 int CL, WR, DLL = 0, ODT = 0; local
67 CL = ram->next->bios.timing_10_CL;
73 CL = (ram->next->bios.timing[1] & 0x0000001f);
86 CL = ramxlat(ramddr2_cl, CL);
88 if (CL < 0 || WR < 0)
93 ram->mr[0] |= (CL & 0x07) << 4;
H A Dgddr3.c73 int CL, WR, CWL, DLL = 0, ODT = 0, RON, hi; local
78 CL = ram->next->bios.timing_10_CL;
86 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0;
102 CL = ramxlat(hi ? ramgddr3_cl_hi : ramgddr3_cl_lo, CL);
104 if (CL < 0 || CWL < 1 || CWL > 7 || WR < 0)
109 ram->mr[0] |= (CL & 0x07) << 4;
110 ram->mr[0] |= (CL & 0x08) >> 1;
H A Dsddr3.c72 int CWL, CL, WR, DLL = 0, ODT = 0; local
83 CL = ram->next->bios.timing_10_CL;
89 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0;
101 CL = ramxlat(ramddr3_cl, CL);
103 if (CL < 0 || CWL < 0 || WR < 0)
108 ram->mr[0] |= (CL & 0x0e) << 3;
109 ram->mr[0] |= (CL & 0x01) << 2;
H A Dgddr5.c38 int WL, CL, WR, at[2], dt, ds; local
59 CL = (ram->next->bios.timing[1] & 0x0000001f);
70 if (WL < 1 || WL > 7 || CL < 5 || CL > 36 || WR < 4 || WR > 35)
72 CL -= 5;
77 ram->mr[0] |= (CL & 0x0f) << 3;
119 ram->mr[8] |= (CL & 0x10) >> 4;
H A Dramnv50.c88 T(CWL) = T(CL) - 1;
98 timing[6] = (0x2d + T(CL) - T(CWL) +
101 (0x2f + T(CL) - T(CWL));
104 timing[6] = (0x2b + T(CL) - T(CWL)) << 16 |
106 (0x2e + T(CL) - T(CWL));
113 (3 + T(CL) - T(CWL));
118 timing[3] = (unkt3b - 2 + T(CL)) << 24 |
120 (T(CL) - 1) << 8 |
121 (T(CL) - 1);
129 timing[7] = (cur7 & 0xff00ffff) | (T(CL)
[all...]
H A Dramgt215.c364 T(CWL) = T(CL) - 1;
378 (5 + T(CL) - T(CWL));
384 (0x30 + T(CL)) << 24 |
385 (0xb + T(CL)) << 8 |
386 (T(CL) - 1);
393 max_t(u8, (T(CWL) + 6), (T(CL) + 2)) << 8 |
395 timing[6] = (0x5a + T(CL)) << 16 |
396 max_t(u8, 1, (6 - T(CL) + T(CWL))) << 8 |
397 (0x50 + T(CL) - T(CWL));
399 ((tUNK_base + T(CL)) << 1
[all...]
/linux-master/tools/perf/util/
H A Ds390-cpumsf-kernel.h25 unsigned int CL:2; /* 32-33 Configuration Level */ member in struct:hws_basic_entry
H A Ds390-cpumsf.c255 local.CL = word >> 30 & 0x3;
279 basic->AS, basic->prim_asn, basic->ia, basic->CL,
518 if (basic->CL == 1) /* Native LPAR mode */
521 else if (basic->CL == 2) /* Guest kernel/user space */
536 pr_debug4("%s pos:%#zx ip:%#" PRIx64 " P:%d CL:%d pid:%d.%d cpumode:%d cpu:%d\n",
537 __func__, pos, sample.ip, basic->P, basic->CL, sample.pid,
/linux-master/fs/isofs/
H A Drock.h109 struct RR_CL_s CL; member in union:rock_ridge::__anon3928
H A Drock.c511 reloc_block = isonum_733(rr->u.CL.location);
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h111 unsigned int CL:2; /* 32-33 Configuration Level */ member in struct:hws_basic_entry
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c325 u8 CL; member in struct:aty128_meminfo
340 .CL = 3,
354 .CL = 2,
368 .CL = 3,
1445 m->CL +
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c1149 switch (basic->CL) {

Completed in 171 milliseconds