Home
last modified time | relevance | path

Searched refs:hwsq_reg (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c37 struct hwsq_reg r_0x002504;
38 struct hwsq_reg r_0x004008;
39 struct hwsq_reg r_0x00400c;
40 struct hwsq_reg r_0x00c040;
41 struct hwsq_reg r_0x100210;
42 struct hwsq_reg r_0x1002d0;
43 struct hwsq_reg r_0x1002d4;
44 struct hwsq_reg r_0x1002dc;
45 struct hwsq_reg r_0x100da0[8];
46 struct hwsq_reg r_0x100e20;
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dhwsq.h11 struct hwsq_reg { struct
20 static inline struct hwsq_reg argument
23 return (struct hwsq_reg) { in hwsq_stride()
33 static inline struct hwsq_reg
36 return (struct hwsq_reg) { in hwsq_reg2()
46 static inline struct hwsq_reg
47 hwsq_reg(u32 addr) in hwsq_reg() function
49 return (struct hwsq_reg) { in hwsq_reg()
86 hwsq_rd32(struct hwsq *ram, struct hwsq_reg *reg) in hwsq_rd32()
94 hwsq_wr32(struct hwsq *ram, struct hwsq_reg *reg, u32 data) in hwsq_wr32()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv50.h8 struct hwsq_reg r_fifo;
9 struct hwsq_reg r_spll[2];
10 struct hwsq_reg r_nvpll[2];
11 struct hwsq_reg r_divs;
12 struct hwsq_reg r_mast;
Dnv50.c517 priv->hwsq.r_fifo = hwsq_reg(0x002504); in nv50_clk_ctor()
518 priv->hwsq.r_spll[0] = hwsq_reg(0x004020); in nv50_clk_ctor()
519 priv->hwsq.r_spll[1] = hwsq_reg(0x004024); in nv50_clk_ctor()
520 priv->hwsq.r_nvpll[0] = hwsq_reg(0x004028); in nv50_clk_ctor()
521 priv->hwsq.r_nvpll[1] = hwsq_reg(0x00402c); in nv50_clk_ctor()
526 priv->hwsq.r_divs = hwsq_reg(0x004800); in nv50_clk_ctor()
529 priv->hwsq.r_divs = hwsq_reg(0x004700); in nv50_clk_ctor()
532 priv->hwsq.r_mast = hwsq_reg(0x00c040); in nv50_clk_ctor()