Symbol: amd_smn_write
arch/x86/include/asm/amd/node.h
34
int __must_check amd_smn_write(u16 node, u32 address, u32 value);
arch/x86/kernel/amd_node.c
132
EXPORT_SYMBOL_GPL(amd_smn_write);
arch/x86/kernel/amd_node.c
210
ret = amd_smn_write(debug_node, debug_address, val);
arch/x86/pci/fixup.c
882
if (amd_smn_write(0, AMD_15B8_RCC_DEV2_EPF0_STRAP2, data))
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1100
ret = amd_smn_write(0, smn_address, index);
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1129
ret = amd_smn_write(0, smn_address, index);
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1152
ret = amd_smn_write(0, smn_address, index);
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1158
ret = amd_smn_write(0, (pdata->smn_base + offset), pci_mmd_data);
drivers/platform/x86/amd/pmc/mp1_stb.c
69
err = amd_smn_write(0, AMD_STB_PMI_0, data);
sound/soc/amd/acp/acp-rembrandt.c
132
rc = amd_smn_write(0, MP1_C2PMSG_93, 0);
sound/soc/amd/acp/acp-rembrandt.c
135
rc = amd_smn_write(0, MP1_C2PMSG_85, 0xC4);
sound/soc/amd/acp/acp-rembrandt.c
138
rc = amd_smn_write(0, MP1_C2PMSG_69, 0x4);
sound/soc/amd/acp/acp63.c
160
rc = amd_smn_write(0, CLK_PLL_PWR_REQ_N0, data | PLL_AUTO_STOP_REQ);
sound/soc/amd/acp/acp63.c
168
rc = amd_smn_write(0, CLK_SPLL_FIELD_2_N0, data | PLL_FRANCE_EN);
sound/soc/amd/acp/acp63.c
173
rc = amd_smn_write(0, CLK_PLL_REQ_N0, clk_pll.clk_pll_req_no_reg);
sound/soc/amd/acp/acp63.c
180
rc = amd_smn_write(0, CLK_PLL_PWR_REQ_N0, data | PLL_AUTO_START_REQ);
sound/soc/amd/acp/acp63.c
187
rc = amd_smn_write(0, CLK_DFSBYPASS_CONTR, data | EXIT_DPF_BYPASS_0);
sound/soc/amd/acp/acp63.c
190
rc = amd_smn_write(0, CLK_DFSBYPASS_CONTR, data | EXIT_DPF_BYPASS_1);
sound/soc/amd/acp/acp63.c
194
return amd_smn_write(0, CLK_DFS_CNTL_N0, CLK0_DIVIDER);
sound/soc/amd/acp/acp70.c
151
ret = amd_smn_write(0, CLK7_CLK0_DFS_CNTL_N1, CLK0_DIVIDER);
sound/soc/sof/amd/acp.c
245
ret = amd_smn_write(0, MP0_C2PMSG_114_REG, cmd);
sound/soc/sof/amd/acp.c
250
ret = amd_smn_write(0, MP0_C2PMSG_73_REG, data);