Searched refs:sh_static_mem_cfg (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | gfx_v7_0.c | 1884 u32 sh_mem_cfg, sh_static_mem_cfg, sh_mem_base; in gfx_v7_0_constants_init() local 1922 sh_static_mem_cfg = REG_SET_FIELD(0, SH_STATIC_MEM_CONFIG, in gfx_v7_0_constants_init() 1924 sh_static_mem_cfg = REG_SET_FIELD(sh_static_mem_cfg, SH_STATIC_MEM_CONFIG, in gfx_v7_0_constants_init() 1926 sh_static_mem_cfg = REG_SET_FIELD(sh_static_mem_cfg, SH_STATIC_MEM_CONFIG, in gfx_v7_0_constants_init() 1928 WREG32(mmSH_STATIC_MEM_CONFIG, sh_static_mem_cfg); in gfx_v7_0_constants_init()
|
| D | gfx_v8_0.c | 3730 u32 tmp, sh_static_mem_cfg; in gfx_v8_0_constants_init() local 3745 sh_static_mem_cfg = REG_SET_FIELD(0, SH_STATIC_MEM_CONFIG, in gfx_v8_0_constants_init() 3747 sh_static_mem_cfg = REG_SET_FIELD(sh_static_mem_cfg, SH_STATIC_MEM_CONFIG, in gfx_v8_0_constants_init() 3749 sh_static_mem_cfg = REG_SET_FIELD(sh_static_mem_cfg, SH_STATIC_MEM_CONFIG, in gfx_v8_0_constants_init() 3751 WREG32(mmSH_STATIC_MEM_CONFIG, sh_static_mem_cfg); in gfx_v8_0_constants_init()
|