HomeSort by: relevance | last modified time | path
    Searched defs:ramxlat (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_sddr2.c 34 struct ramxlat { struct
40 ramxlat(const struct ramxlat *xlat, int id) function in typeref:typename:int
50 static const struct ramxlat
58 static const struct ramxlat
92 CL = ramxlat(ramddr2_cl, CL);
93 WR = ramxlat(ramddr2_wr, WR);
nouveau_nvkm_subdev_fb_sddr2.c 34 struct ramxlat { struct
40 ramxlat(const struct ramxlat *xlat, int id) function in typeref:typename:int
50 static const struct ramxlat
58 static const struct ramxlat
92 CL = ramxlat(ramddr2_cl, CL);
93 WR = ramxlat(ramddr2_wr, WR);
nouveau_nvkm_subdev_fb_gddr3.c 32 struct ramxlat { struct
38 ramxlat(const struct ramxlat *xlat, int id) function in typeref:typename:int
48 static const struct ramxlat
59 static const struct ramxlat
66 static const struct ramxlat
107 CL = ramxlat(hi ? ramgddr3_cl_hi : ramgddr3_cl_lo, CL);
108 WR = ramxlat(ramgddr3_wr_lo, WR);
nouveau_nvkm_subdev_fb_sddr3.c 34 struct ramxlat { struct
40 ramxlat(const struct ramxlat *xlat, int id) function in typeref:typename:int
50 static const struct ramxlat
59 static const struct ramxlat
67 static const struct ramxlat
106 CWL = ramxlat(ramddr3_cwl, CWL);
107 CL = ramxlat(ramddr3_cl, CL);
108 WR = ramxlat(ramddr3_wr, WR);
nouveau_nvkm_subdev_fb_gddr3.c 32 struct ramxlat { struct
38 ramxlat(const struct ramxlat *xlat, int id) function in typeref:typename:int
48 static const struct ramxlat
59 static const struct ramxlat
66 static const struct ramxlat
107 CL = ramxlat(hi ? ramgddr3_cl_hi : ramgddr3_cl_lo, CL);
108 WR = ramxlat(ramgddr3_wr_lo, WR);
nouveau_nvkm_subdev_fb_sddr3.c 34 struct ramxlat { struct
40 ramxlat(const struct ramxlat *xlat, int id) function in typeref:typename:int
50 static const struct ramxlat
59 static const struct ramxlat
67 static const struct ramxlat
106 CWL = ramxlat(ramddr3_cwl, CWL);
107 CL = ramxlat(ramddr3_cl, CL);
108 WR = ramxlat(ramddr3_wr, WR);

Completed in 30 milliseconds