Searched refs:CmdConfig (Results 1 – 6 of 6) sorted by relevance
304 uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command member
367 …uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command, an… member
308 uint8_t CmdConfig; //Includes whether associated command should have a stop or restart command member
2471 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()
2366 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()
1912 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()