Searched refs:hisi_i2c_set_scl (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/i2c/busses/ |
H A D | i2c-hisi.c | 389 static void hisi_i2c_set_scl(struct hisi_i2c_controller *ctlr, in hisi_i2c_set_scl() function 425 hisi_i2c_set_scl(ctlr, 26, 76, HISI_I2C_FS_SCL_HCNT, HISI_I2C_FS_SCL_LCNT); in hisi_i2c_configure_bus() 429 hisi_i2c_set_scl(ctlr, 6, 22, HISI_I2C_HS_SCL_HCNT, HISI_I2C_HS_SCL_LCNT); in hisi_i2c_configure_bus() 437 hisi_i2c_set_scl(ctlr, 40, 87, HISI_I2C_SS_SCL_HCNT, HISI_I2C_SS_SCL_LCNT); in hisi_i2c_configure_bus()
|