Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
Dsmu13_driver_if_v13_0_6.h65 #define CMDCONFIG_RESTART_MASK (1 << CMDCONFIG_RESTART_BIT) macro
Dsmu13_driver_if_aldebaran.h203 #define CMDCONFIG_RESTART_MASK (1 << CMDCONFIG_RESTART_BIT) macro
Dsmu11_driver_if_arcturus.h298 #define CMDCONFIG_RESTART_MASK (1 << CMDCONFIG_RESTART_BIT) macro
Dsmu11_driver_if_navi10.h302 #define CMDCONFIG_RESTART_MASK (1 << CMDCONFIG_RESTART_BIT) macro
Dsmu13_driver_if_v13_0_0.h356 #define CMDCONFIG_RESTART_MASK (1 << CMDCONFIG_RESTART_BIT) macro
Dsmu13_driver_if_v13_0_7.h357 #define CMDCONFIG_RESTART_MASK (1 << CMDCONFIG_RESTART_BIT) macro
Dsmu11_driver_if_sienna_cichlid.h384 #define CMDCONFIG_RESTART_MASK (1 << CMDCONFIG_RESTART_BIT) macro
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1502 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
1514 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
Dsmu_v13_0_6_ppt.c1735 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in smu_v13_0_6_i2c_xfer()
1747 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in smu_v13_0_6_i2c_xfer()
Dsmu_v13_0_0_ppt.c2289 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in smu_v13_0_0_i2c_xfer()
2301 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in smu_v13_0_0_i2c_xfer()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2098 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in arcturus_i2c_xfer()
2110 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in arcturus_i2c_xfer()
Dnavi10_ppt.c3007 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
3019 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3783 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()
3795 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()