Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dev.c1379 u32 hcnt_offset, lcnt_offset; in thc_i2c_subip_set_speed() local
1386 lcnt_offset = THC_I2C_IC_SS_SCL_LCNT_OFFSET; in thc_i2c_subip_set_speed()
1391 lcnt_offset = THC_I2C_IC_FS_SCL_LCNT_OFFSET; in thc_i2c_subip_set_speed()
1396 lcnt_offset = THC_I2C_IC_HS_SCL_LCNT_OFFSET; in thc_i2c_subip_set_speed()
1409 ret = thc_i2c_subip_pio_write(dev, lcnt_offset, sizeof(u32), &lcnt); in thc_i2c_subip_set_speed()