Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c416 uint32_t reset_pipe = 0, clean_pipe = 0; in mes_v11_0_reset_gfx_pipe_mmio() local
428 reset_pipe = REG_SET_FIELD(reset_pipe, CP_ME_CNTL, in mes_v11_0_reset_gfx_pipe_mmio()
430 reset_pipe = REG_SET_FIELD(reset_pipe, CP_ME_CNTL, in mes_v11_0_reset_gfx_pipe_mmio()
438 reset_pipe = REG_SET_FIELD(reset_pipe, CP_ME_CNTL, in mes_v11_0_reset_gfx_pipe_mmio()
440 reset_pipe = REG_SET_FIELD(reset_pipe, CP_ME_CNTL, in mes_v11_0_reset_gfx_pipe_mmio()
451 WREG32_SOC15(GC, 0, regCP_ME_CNTL, reset_pipe); in mes_v11_0_reset_gfx_pipe_mmio()
H A Dmes_v12_0.c431 uint32_t reset_pipe = 0, clean_pipe = 0; in mes_v12_0_reset_gfx_pipe_mmio() local
443 reset_pipe = REG_SET_FIELD(reset_pipe, CP_ME_CNTL, in mes_v12_0_reset_gfx_pipe_mmio()
445 reset_pipe = REG_SET_FIELD(reset_pipe, CP_ME_CNTL, in mes_v12_0_reset_gfx_pipe_mmio()
453 reset_pipe = REG_SET_FIELD(reset_pipe, CP_ME_CNTL, in mes_v12_0_reset_gfx_pipe_mmio()
455 reset_pipe = REG_SET_FIELD(reset_pipe, CP_ME_CNTL, in mes_v12_0_reset_gfx_pipe_mmio()
466 WREG32_SOC15(GC, 0, regCP_ME_CNTL, reset_pipe); in mes_v12_0_reset_gfx_pipe_mmio()
H A Dgfx_v9_4_3.c3612 uint32_t reset_pipe, clean_pipe; in gfx_v9_4_3_reset_hw_pipe() local
3621 reset_pipe = RREG32_SOC15(GC, GET_INST(GC, ring->xcc_id), regCP_MEC_CNTL); in gfx_v9_4_3_reset_hw_pipe()
3622 clean_pipe = reset_pipe; in gfx_v9_4_3_reset_hw_pipe()
3627 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe()
3631 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe()
3635 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe()
3639 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe()
3647 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe()
3650 reset_pipe = REG_SET_FIELD(reset_pipe, CP_MEC_CNTL, in gfx_v9_4_3_reset_hw_pipe()
3654 WREG32_SOC15(GC, GET_INST(GC, ring->xcc_id), regCP_MEC_CNTL, reset_pipe); in gfx_v9_4_3_reset_hw_pipe()
/linux/sound/sparc/
H A Ddbri.c816 /* reset_pipe(dbri, pipe)
821 static void reset_pipe(struct snd_dbri *dbri, int pipe) in reset_pipe() function
828 printk(KERN_ERR "DBRI: reset_pipe called with " in reset_pipe()
835 printk(KERN_ERR "DBRI: reset_pipe called " in reset_pipe()
886 reset_pipe(dbri, pipe); in setup_pipe()
2135 reset_pipe(dbri, info->pipe); in snd_dbri_hw_free()
2182 reset_pipe(dbri, info->pipe); in snd_dbri_trigger()