Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Dsmu13_driver_if_aldebaran.h204 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
Dsmu11_driver_if_arcturus.h304 uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command member
Dsmu11_driver_if_navi10.h308 uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command member
Dsmu11_driver_if_sienna_cichlid.h372 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1492 cmd->CmdConfig |= CMDCONFIG_READWRITE_MASK; in aldebaran_i2c_xfer()
1500 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
1512 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
1513 cmd->CmdConfig |= CMDCONFIG_STOP_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()
2121 cmd->CmdConfig |= CMDCONFIG_STOP_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()
2829 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3525 cmd->CmdConfig |= CMDCONFIG_READWRITE_MASK; in sienna_cichlid_i2c_xfer()
3533 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()
3545 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()
3546 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in sienna_cichlid_i2c_xfer()