Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Ddesignware_i2c.c221 const struct dw_scl_sda_cfg *scl_sda_cfg = NULL; in calc_bus_speed() local
227 scl_sda_cfg = priv->scl_sda_cfg; in calc_bus_speed()
255 if (scl_sda_cfg) { in calc_bus_speed()
256 config->sda_hold = scl_sda_cfg->sda_hold; in calc_bus_speed()
258 config->scl_hcnt = scl_sda_cfg->ss_hcnt; in calc_bus_speed()
259 config->scl_lcnt = scl_sda_cfg->ss_lcnt; in calc_bus_speed()
261 config->scl_hcnt = scl_sda_cfg->hs_hcnt; in calc_bus_speed()
262 config->scl_lcnt = scl_sda_cfg->hs_lcnt; in calc_bus_speed()
264 config->scl_hcnt = scl_sda_cfg->fs_hcnt; in calc_bus_speed()
265 config->scl_lcnt = scl_sda_cfg->fs_lcnt; in calc_bus_speed()
A Ddesignware_i2c.h199 struct dw_scl_sda_cfg *scl_sda_cfg; member
A Ddesignware_i2c_pci.c70 priv->scl_sda_cfg = &byt_config; in designware_i2c_pci_of_to_plat()

Completed in 6 milliseconds