Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-designware-master.c154 dev->hs_hcnt = 0; in i2c_dw_set_timings_master()
156 } else if (!dev->hs_hcnt || !dev->hs_lcnt) { in i2c_dw_set_timings_master()
158 dev->hs_hcnt = in i2c_dw_set_timings_master()
175 dev->hs_hcnt, dev->hs_lcnt); in i2c_dw_set_timings_master()
214 if (dev->hs_hcnt && dev->hs_lcnt) { in i2c_dw_init_master()
215 regmap_write(dev->map, DW_IC_HS_SCL_HCNT, dev->hs_hcnt); in i2c_dw_init_master()
Di2c-designware-core.h292 u16 hs_hcnt; member
Di2c-designware-common.c313 i2c_dw_acpi_params(device, "HSCN", &dev->hs_hcnt, &dev->hs_lcnt, &hs_ht); in i2c_dw_acpi_configure()