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