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

/linux-master/drivers/i2c/busses/
H A Di2c-designware-master.c140 dev->hs_hcnt = 0;
142 } else if (!dev->hs_hcnt || !dev->hs_lcnt) {
144 dev->hs_hcnt =
157 dev->hs_hcnt, dev->hs_lcnt);
196 if (dev->hs_hcnt && dev->hs_lcnt) {
197 regmap_write(dev->map, DW_IC_HS_SCL_HCNT, dev->hs_hcnt);
H A Di2c-designware-core.h233 * @hs_hcnt: high speed HCNT value
292 u16 hs_hcnt; member in struct:dw_i2c_dev
H A Di2c-designware-common.c271 i2c_dw_acpi_params(device, "HSCN", &dev->hs_hcnt, &dev->hs_lcnt, &hs_ht);

Completed in 117 milliseconds