Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
Dsmu13_driver_if_aldebaran.h206 …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
Dsmu13_driver_if_v13_0_0.h357 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
Dsmu13_driver_if_v13_0_7.h361 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
Dsmu11_driver_if_sienna_cichlid.h389 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1501 cmd->CmdConfig |= CMDCONFIG_READWRITE_MASK; in aldebaran_i2c_xfer()
1509 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
1521 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
1522 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in aldebaran_i2c_xfer()
Dsmu_v13_0_0_ppt.c1757 cmd->CmdConfig |= CMDCONFIG_READWRITE_MASK; in smu_v13_0_0_i2c_xfer()
1765 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in smu_v13_0_0_i2c_xfer()
1777 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in smu_v13_0_0_i2c_xfer()
1778 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in smu_v13_0_0_i2c_xfer()
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2097 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in arcturus_i2c_xfer()
2109 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in arcturus_i2c_xfer()
2110 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in arcturus_i2c_xfer()
Dnavi10_ppt.c2998 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
3010 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
3011 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in navi10_i2c_xfer()
Dsienna_cichlid_ppt.c3729 cmd->CmdConfig |= CMDCONFIG_READWRITE_MASK; in sienna_cichlid_i2c_xfer()
3737 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()
3749 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()
3750 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in sienna_cichlid_i2c_xfer()