Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-designware-common.c441 u32 tLOW, u32 tf, int offset) in i2c_dw_scl_lcnt() argument
457 return DIV_ROUND_CLOSEST_ULL((u64)ic_clk * (tLOW + tf), MICRO) - 1 + offset; in i2c_dw_scl_lcnt()
H A Di2c-designware-core.h340 u32 tLOW, u32 tf, int offset);