Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_dw.h87 int16_t lcnt_offset; member
Di2c_dw.c756 value = I2C_STD_LCNT + rom->lcnt_offset; in i2c_dw_runtime_configure()
778 value = I2C_FS_LCNT + rom->lcnt_offset; in i2c_dw_runtime_configure()
801 value = I2C_FSP_LCNT + rom->lcnt_offset; in i2c_dw_runtime_configure()
821 value = I2C_HS_LCNT + rom->lcnt_offset; in i2c_dw_runtime_configure()
1211 .lcnt_offset = (int16_t)DT_INST_PROP_OR(n, lcnt_offset, 0), \