Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/amd/
Dpmc.c164 static int amd_pmc_send_cmd(struct amd_pmc_dev *dev, u32 arg, u32 *data, u8 msg, bool ret);
288 amd_pmc_send_cmd(dev, 0, &dev->active_ips, SMU_MSG_GET_SUP_CONSTRAINTS, 1); in amd_pmc_setup_smu_logging()
295 amd_pmc_send_cmd(dev, 0, &phys_addr_low, SMU_MSG_LOG_GETDRAM_ADDR_LO, 1); in amd_pmc_setup_smu_logging()
296 amd_pmc_send_cmd(dev, 0, &phys_addr_hi, SMU_MSG_LOG_GETDRAM_ADDR_HI, 1); in amd_pmc_setup_smu_logging()
306 amd_pmc_send_cmd(dev, 0, NULL, SMU_MSG_LOG_RESET, 0); in amd_pmc_setup_smu_logging()
307 amd_pmc_send_cmd(dev, 0, NULL, SMU_MSG_LOG_START, 0); in amd_pmc_setup_smu_logging()
375 rc = amd_pmc_send_cmd(dev, 0, &val, SMU_MSG_GETSMUVERSION, 1); in amd_pmc_get_smu_version()
567 static int amd_pmc_send_cmd(struct amd_pmc_dev *dev, u32 arg, u32 *data, u8 msg, bool ret) in amd_pmc_send_cmd() function
728 rc = amd_pmc_send_cmd(pdev, arg, NULL, msg, 0); in amd_pmc_s2idle_prepare()
765 rc = amd_pmc_send_cmd(pdev, 0, NULL, msg, 0); in amd_pmc_s2idle_restore()
[all …]