Home
last modified time | relevance | path

Searched refs:fstp (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/i2c/busses/
Di2c-viai2c-zhaoxin.c226 u8 fstp; in zxi2c_get_bus_speed() local
239 fstp = ioread8(i2c->base + VIAI2C_REG_TR); in zxi2c_get_bus_speed()
240 if (abs(fstp - params[2]) > 0x10) { in zxi2c_get_bus_speed()
245 dev_warn(i2c->dev, "FW FSTP[%x] might cause wrong timings, dropped\n", fstp); in zxi2c_get_bus_speed()
248 priv->tr = fstp | 0xff00; in zxi2c_get_bus_speed()