Searched refs:mmACP_CONTROL (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_acp.c | 78 #define mmACP_CONTROL 0x5131 macro 466 val = cgs_read_register(adev->acp.cgs_device, mmACP_CONTROL); in acp_hw_init() 468 cgs_write_register(adev->acp.cgs_device, mmACP_CONTROL, val); in acp_hw_init() 534 val = cgs_read_register(adev->acp.cgs_device, mmACP_CONTROL); in acp_hw_fini() 536 cgs_write_register(adev->acp.cgs_device, mmACP_CONTROL, val); in acp_hw_fini()
|
/linux/sound/soc/amd/ |
H A D | acp-pcm-dma.c | 577 val = acp_reg_read(acp_mmio, mmACP_CONTROL); in acp_init() 579 acp_reg_write(val, acp_mmio, mmACP_CONTROL); in acp_init() 670 val = acp_reg_read(acp_mmio, mmACP_CONTROL); in acp_deinit() 672 acp_reg_write(val, acp_mmio, mmACP_CONTROL); in acp_deinit()
|
/linux/sound/soc/amd/include/ |
H A D | acp_2_2_d.h | 272 #define mmACP_CONTROL 0x5131 macro
|
/linux/sound/soc/amd/raven/ |
H A D | chip_offset_byte.h | 99 #define mmACP_CONTROL 0x1241004 macro
|