Searched refs:sdw_dev_state (Results 1 – 1 of 1) sorted by relevance
148 u32 sdw_dev_state; in amd_sdw_set_device_state() local150 sdw_dev_state = readl(amd_manager->acp_mmio + AMD_SDW_DEVICE_STATE); in amd_sdw_set_device_state()153 u32p_replace_bits(&sdw_dev_state, target_device_state, in amd_sdw_set_device_state()157 u32p_replace_bits(&sdw_dev_state, target_device_state, in amd_sdw_set_device_state()163 writel(sdw_dev_state, amd_manager->acp_mmio + AMD_SDW_DEVICE_STATE); in amd_sdw_set_device_state()164 sdw_dev_state = readl(amd_manager->acp_mmio + AMD_SDW_DEVICE_STATE); in amd_sdw_set_device_state()165 dev_dbg(amd_manager->dev, "AMD_SDW_DEVICE_STATE:0x%x\n", sdw_dev_state); in amd_sdw_set_device_state()