Home
last modified time | relevance | path

Searched refs:ACP_POWER_ON_IN_PROGRESS (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/sound/soc/amd/renoir/
H A Drn_acp3x.h17 #define ACP_POWER_ON_IN_PROGRESS 0x01 macro
26 #define ACP_POWER_ON_IN_PROGRESS 0x01 macro
H A Drn-pci-acp3x.c49 ACP_POWER_ON_IN_PROGRESS) in rn_acp_power_on()
/openbmc/linux/sound/soc/amd/rpl/
H A Drpl_acp6x.h18 #define ACP_POWER_ON_IN_PROGRESS 1 macro
H A Drpl-pci-acp6x.c31 if ((val & ACP_PGFSM_STATUS_MASK) != ACP_POWER_ON_IN_PROGRESS) in rpl_power_on()
/openbmc/linux/sound/soc/amd/yc/
H A Dacp6x.h22 #define ACP_POWER_ON_IN_PROGRESS 1 macro
H A Dpci-acp6x.c36 if ((val & ACP_PGFSM_STATUS_MASK) != ACP_POWER_ON_IN_PROGRESS) in acp6x_power_on()
/openbmc/linux/sound/soc/amd/raven/
H A Dacp3x.h75 #define ACP_POWER_ON_IN_PROGRESS 0x01 macro
H A Dpci-acp3x.c37 ACP_POWER_ON_IN_PROGRESS)) in acp3x_power_on()
/openbmc/linux/sound/soc/amd/ps/
H A Dacp63.h20 #define ACP_POWER_ON_IN_PROGRESS 1 macro
H A Dpci-ps.c32 if ((val & ACP_PGFSM_STATUS_MASK) != ACP_POWER_ON_IN_PROGRESS) in acp63_power_on()
/openbmc/linux/sound/soc/amd/vangogh/
H A Dacp5x.h19 #define ACP_POWER_ON_IN_PROGRESS 0x01 macro
H A Dpci-acp5x.c35 ACP_POWER_ON_IN_PROGRESS) in acp5x_power_on()
/openbmc/linux/sound/soc/amd/acp/
H A Damd.h104 #define ACP_POWER_ON_IN_PROGRESS 0x01 macro
H A Dacp-legacy-common.c271 if ((val & ACP_PGFSM_STATUS_MASK) != ACP_POWER_ON_IN_PROGRESS) in acp_power_on()