tSYMBOL 119 drivers/i2c/busses/i2c-designware-common.c u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) tSYMBOL 138 drivers/i2c/busses/i2c-designware-common.c return (ic_clk * tSYMBOL + 500000) / 1000000 - 8 + offset; tSYMBOL 154 drivers/i2c/busses/i2c-designware-common.c return (ic_clk * (tSYMBOL + tf) + 500000) / 1000000 tSYMBOL 291 drivers/i2c/busses/i2c-designware-core.h u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset);