Searched refs:mmACP_CONTROL (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acp.c | 75 #define mmACP_CONTROL 0x5131 macro 379 val = cgs_read_register(adev->acp.cgs_device, mmACP_CONTROL); in acp_hw_init() 381 cgs_write_register(adev->acp.cgs_device, mmACP_CONTROL, val); in acp_hw_init() 447 val = cgs_read_register(adev->acp.cgs_device, mmACP_CONTROL); in acp_hw_fini() 449 cgs_write_register(adev->acp.cgs_device, mmACP_CONTROL, val); in acp_hw_fini()
|
/kernel/linux/linux-5.10/sound/soc/amd/ |
D | acp-pcm-dma.c | 576 val = acp_reg_read(acp_mmio, mmACP_CONTROL); in acp_init() 578 acp_reg_write(val, acp_mmio, mmACP_CONTROL); in acp_init() 669 val = acp_reg_read(acp_mmio, mmACP_CONTROL); in acp_deinit() 671 acp_reg_write(val, acp_mmio, mmACP_CONTROL); in acp_deinit()
|
/kernel/linux/linux-5.10/sound/soc/amd/include/ |
D | acp_2_2_d.h | 272 #define mmACP_CONTROL 0x5131 macro
|
/kernel/linux/linux-5.10/sound/soc/amd/raven/ |
D | chip_offset_byte.h | 99 #define mmACP_CONTROL 0x1241004 macro
|