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
308 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
2440 cmd->CmdConfig = CMDCONFIG_READWRITE_MASK; in sienna_cichlid_fill_i2c_req()2442 cmd->CmdConfig = write ? CMDCONFIG_READWRITE_MASK : 0; in sienna_cichlid_fill_i2c_req()2446 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in sienna_cichlid_fill_i2c_req()2449 cmd->CmdConfig |= (i == (numbytes - 1)) ? CMDCONFIG_STOP_MASK : 0; in sienna_cichlid_fill_i2c_req()
1897 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in arcturus_fill_i2c_req()1900 cmd->CmdConfig |= (i == (numbytes - 1)) ? CMDCONFIG_STOP_MASK : 0; in arcturus_fill_i2c_req()
2350 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in navi10_fill_i2c_req()2353 cmd->CmdConfig |= (i == (numbytes - 1)) ? CMDCONFIG_STOP_MASK : 0; in navi10_fill_i2c_req()