Home
last modified time | relevance | path

Searched refs:eng (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv50.c90 nv_wo32(base->eng, addr + 0x00, 0x00190000); in nv50_fifo_context_attach()
91 nv_wo32(base->eng, addr + 0x04, lower_32_bits(limit)); in nv50_fifo_context_attach()
92 nv_wo32(base->eng, addr + 0x08, lower_32_bits(start)); in nv50_fifo_context_attach()
93 nv_wo32(base->eng, addr + 0x0c, upper_32_bits(limit) << 24 | in nv50_fifo_context_attach()
95 nv_wo32(base->eng, addr + 0x10, 0x00000000); in nv50_fifo_context_attach()
96 nv_wo32(base->eng, addr + 0x14, 0x00000000); in nv50_fifo_context_attach()
145 nv_wo32(base->eng, addr + 0x00, 0x00000000); in nv50_fifo_context_detach()
146 nv_wo32(base->eng, addr + 0x04, 0x00000000); in nv50_fifo_context_detach()
147 nv_wo32(base->eng, addr + 0x08, 0x00000000); in nv50_fifo_context_detach()
148 nv_wo32(base->eng, addr + 0x0c, 0x00000000); in nv50_fifo_context_detach()
[all …]
Dg84.c68 nv_wo32(base->eng, addr + 0x00, 0x00190000); in g84_fifo_context_attach()
69 nv_wo32(base->eng, addr + 0x04, lower_32_bits(limit)); in g84_fifo_context_attach()
70 nv_wo32(base->eng, addr + 0x08, lower_32_bits(start)); in g84_fifo_context_attach()
71 nv_wo32(base->eng, addr + 0x0c, upper_32_bits(limit) << 24 | in g84_fifo_context_attach()
73 nv_wo32(base->eng, addr + 0x10, 0x00000000); in g84_fifo_context_attach()
74 nv_wo32(base->eng, addr + 0x14, 0x00000000); in g84_fifo_context_attach()
117 nv_wo32(base->eng, addr + 0x00, 0x00000000); in g84_fifo_context_detach()
118 nv_wo32(base->eng, addr + 0x04, 0x00000000); in g84_fifo_context_detach()
119 nv_wo32(base->eng, addr + 0x08, 0x00000000); in g84_fifo_context_detach()
120 nv_wo32(base->eng, addr + 0x0c, 0x00000000); in g84_fifo_context_detach()
[all …]
Dnv50.h15 struct nvkm_gpuobj *eng; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgk104.c43 struct gk104_clk_info eng[16]; member
283 struct gk104_clk_info *info = &priv->eng[clk]; in calc_clk()
352 struct gk104_clk_info *info = &priv->eng[clk]; in gk104_clk_prog_0()
375 struct gk104_clk_info *info = &priv->eng[clk]; in gk104_clk_prog_2()
390 struct gk104_clk_info *info = &priv->eng[clk]; in gk104_clk_prog_3()
400 struct gk104_clk_info *info = &priv->eng[clk]; in gk104_clk_prog_4_0()
410 struct gk104_clk_info *info = &priv->eng[clk]; in gk104_clk_prog_4_1()
436 for (j = 0; j < ARRAY_SIZE(priv->eng); j++) { in gk104_clk_prog()
439 if (!priv->eng[j].freq) in gk104_clk_prog()
452 memset(priv->eng, 0x00, sizeof(priv->eng)); in gk104_clk_tidy()
Dgf100.c43 struct gf100_clk_info eng[16]; member
265 struct gf100_clk_info *info = &priv->eng[clk]; in calc_clk()
335 struct gf100_clk_info *info = &priv->eng[clk]; in gf100_clk_prog_0()
352 struct gf100_clk_info *info = &priv->eng[clk]; in gf100_clk_prog_2()
369 struct gf100_clk_info *info = &priv->eng[clk]; in gf100_clk_prog_3()
379 struct gf100_clk_info *info = &priv->eng[clk]; in gf100_clk_prog_4()
399 for (j = 0; j < ARRAY_SIZE(priv->eng); j++) { in gf100_clk_prog()
400 if (!priv->eng[j].freq) in gf100_clk_prog()
413 memset(priv->eng, 0x00, sizeof(priv->eng)); in gf100_clk_tidy()
Dgt215.c36 struct gt215_clk_info eng[nv_clk_src_max]; member
269 &priv->eng[idx]); in calc_clk()
280 struct gt215_clk_info *info = &priv->eng[nv_clk_src_host]; in calc_host()
342 struct gt215_clk_info *info = &priv->eng[idx]; in prog_pll()
382 struct gt215_clk_info *info = &priv->eng[idx]; in prog_clk()
389 struct gt215_clk_info *info = &priv->eng[nv_clk_src_host]; in prog_host()
416 struct gt215_clk_info *info = &priv->eng[idx]; in prog_core()
432 struct gt215_clk_info *core = &priv->eng[nv_clk_src_core]; in gt215_clk_calc()
447 &priv->eng[nv_clk_src_core_intm]); in gt215_clk_calc()
459 struct gt215_clk_info *core = &priv->eng[nv_clk_src_core]; in gt215_clk_prog()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dengine.h5 #define NV_ENGINE_(eng,var) (NV_ENGINE_CLASS | ((var) << 8) | (eng)) argument
Dengctx.h7 #define NV_ENGCTX_(eng,var) (NV_ENGCTX_CLASS | ((var) << 8) | (eng)) argument
/linux-4.1.27/Documentation/fb/
Dsh7760fb.txt50 (http://documentation.renesas.com/eng/products/mpumcu/e602291_sh7760.pdf)
/linux-4.1.27/crypto/
DKconfig925 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
944 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
966 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
989 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
1005 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt7 Henrique de Moraes Holschuh <hmh@hmh.eng.br>
/linux-4.1.27/
DMAINTAINERS9847 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>