Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Dsmu13_driver_if_aldebaran.h198 #define CMDCONFIG_STOP_MASK (1 << CMDCONFIG_STOP_BIT) macro
Dsmu11_driver_if_arcturus.h297 #define CMDCONFIG_STOP_MASK (1 << CMDCONFIG_STOP_BIT) macro
Dsmu11_driver_if_navi10.h301 #define CMDCONFIG_STOP_MASK (1 << CMDCONFIG_STOP_BIT) macro
Dsmu11_driver_if_sienna_cichlid.h366 #define CMDCONFIG_STOP_MASK (1 << CMDCONFIG_STOP_BIT) macro
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1513 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in aldebaran_i2c_xfer()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2121 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in arcturus_i2c_xfer()
Dnavi10_ppt.c2829 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3546 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in sienna_cichlid_i2c_xfer()