Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Dsmu11_driver_if_arcturus.h304 uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command member
H A Dsmu11_driver_if_sienna_cichlid.h367 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
H A Dsmu11_driver_if_navi10.h308 uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c2471 cmd->CmdConfig = CMDCONFIG_READWRITE_MASK; in sienna_cichlid_fill_i2c_req()
2473 cmd->CmdConfig = write ? CMDCONFIG_READWRITE_MASK : 0; in sienna_cichlid_fill_i2c_req()
2477 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in sienna_cichlid_fill_i2c_req()
2480 cmd->CmdConfig |= (i == (numbytes - 1)) ? CMDCONFIG_STOP_MASK : 0; in sienna_cichlid_fill_i2c_req()
H A Dnavi10_ppt.c2366 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in navi10_fill_i2c_req()
2369 cmd->CmdConfig |= (i == (numbytes - 1)) ? CMDCONFIG_STOP_MASK : 0; in navi10_fill_i2c_req()
H A Darcturus_ppt.c1912 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in arcturus_fill_i2c_req()
1915 cmd->CmdConfig |= (i == (numbytes - 1)) ? CMDCONFIG_STOP_MASK : 0; in arcturus_fill_i2c_req()