Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/inc/
A Dsmu13_driver_if_aldebaran.h204 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
A Dsmu11_driver_if_arcturus.h304 uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command member
A Dsmu11_driver_if_navi10.h308 uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command member
A Dsmu11_driver_if_sienna_cichlid.h372 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Daldebaran_ppt.c1494 cmd->CmdConfig |= CMDCONFIG_READWRITE_MASK; in aldebaran_i2c_xfer()
1502 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
1514 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in aldebaran_i2c_xfer()
1515 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in aldebaran_i2c_xfer()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Darcturus_ppt.c2122 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in arcturus_i2c_xfer()
2134 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in arcturus_i2c_xfer()
2135 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in arcturus_i2c_xfer()
A Dnavi10_ppt.c2819 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
2831 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
2832 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in navi10_i2c_xfer()
A Dsienna_cichlid_ppt.c3478 cmd->CmdConfig |= CMDCONFIG_READWRITE_MASK; in sienna_cichlid_i2c_xfer()
3486 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()
3498 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in sienna_cichlid_i2c_xfer()
3499 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in sienna_cichlid_i2c_xfer()

Completed in 49 milliseconds