Lines Matching defs:speed
50 * Enum to specify clock speed. The user will provide it during initialization.
477 static void iproc_i2c_init(uint32_t bus_id, int speed)
516 /* If error then set default speed */
517 if (i2c_set_bus_speed(bus_id, speed)) {
544 * speed - I2C bus speed in Hz
549 int i2c_init(uint32_t bus_id, int speed)
556 iproc_i2c_init(bus_id, speed);
825 * This function configures the SMBUS speed
829 * speed - I2C bus speed in Hz
834 int i2c_set_bus_speed(uint32_t bus_id, uint32_t speed)
836 switch (speed) {
855 * This function returns the SMBUS speed.
861 * Bus speed in Hz, 0 on failure