Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Dsmu13_driver_if_aldebaran.h199 #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
Dsmu11_driver_if_sienna_cichlid.h367 #define CMDCONFIG_RESTART_MASK (1 << CMDCONFIG_RESTART_BIT) macro
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1500 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
1512 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2108 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in arcturus_i2c_xfer()
2120 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in arcturus_i2c_xfer()
Dnavi10_ppt.c2816 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
2828 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3533 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()
3545 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()