Lines Matching defs:mode
50 pca_outw(adap, I2C_PCA_IND, adap->bus_settings.mode);
336 case 0x00: /* Bus error during master or slave mode due to illegal START or STOP condition */
450 int mode;
455 * by the I2C operation mode (Standard, Fast or Fast+)
458 * real maximum, to allow the change on mode exactly on the
459 * maximum clock rate for each mode
479 mode = I2C_PCA_MODE_TURBO;
484 mode = I2C_PCA_MODE_FASTP;
489 mode = I2C_PCA_MODE_FAST;
494 mode = I2C_PCA_MODE_STD;
515 pca_data->bus_settings.mode = mode;