Searched refs:ramxlat (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dsddr3.c27 struct ramxlat { struct
33 ramxlat(const struct ramxlat *xlat, int id) ramxlat() function
43 static const struct ramxlat
52 static const struct ramxlat
60 static const struct ramxlat
99 CWL = ramxlat(ramddr3_cwl, CWL); nvkm_sddr3_calc()
100 CL = ramxlat(ramddr3_cl, CL); nvkm_sddr3_calc()
101 WR = ramxlat(ramddr3_wr, WR); nvkm_sddr3_calc()
H A Dgddr3.c27 struct ramxlat { struct
33 ramxlat(const struct ramxlat *xlat, int id) ramxlat() function
43 static const struct ramxlat
54 static const struct ramxlat
61 static const struct ramxlat
102 CL = ramxlat(hi ? ramgddr3_cl_hi : ramgddr3_cl_lo, CL); nvkm_gddr3_calc()
103 WR = ramxlat(ramgddr3_wr_lo, WR); nvkm_gddr3_calc()
H A Dsddr2.c27 struct ramxlat { struct
33 ramxlat(const struct ramxlat *xlat, int id) ramxlat() function
43 static const struct ramxlat
51 static const struct ramxlat
85 CL = ramxlat(ramddr2_cl, CL); nvkm_sddr2_calc()
86 WR = ramxlat(ramddr2_wr, WR); nvkm_sddr2_calc()

Completed in 87 milliseconds