Searched refs:fast_mode (Results 1 – 6 of 6) sorted by relevance
| /drivers/i2c/busses/ |
| A D | i2c-npcm7xx.c | 273 bool fast_mode; member 388 .fast_mode = true, 393 .fast_mode = true, 398 .fast_mode = true, 403 .fast_mode = true, 408 .fast_mode = true, 413 .fast_mode = true, 418 .fast_mode = true, 423 .fast_mode = true, 428 .fast_mode = true, [all …]
|
| A D | i2c-ibm_iic.c | 170 | (dev->fast_mode ? MDCNTL_FSM : 0)); in iic_dev_init() 242 const struct ibm_iic_timings *t = &timings[dev->fast_mode ? 1 : 0]; in iic_smbus_quick() 711 dev->fast_mode = 1; in iic_probe() 744 dev->fast_mode ? "fast (400 kHz)" : "standard (100 kHz)"); in iic_probe()
|
| A D | i2c-ibm_iic.h | 46 int fast_mode; member
|
| A D | i2c-pxa-pci.c | 60 pdata.fast_mode = 1; in add_i2c_device()
|
| A D | i2c-pxa.c | 259 unsigned int fast_mode :1; member 581 writel(I2C_ICR_INIT | (i2c->fast_mode ? i2c->fm_mask : 0), _ICR(i2c)); in i2c_pxa_do_reset() 1267 i2c->fast_mode = of_property_read_bool(np, "mrvl,i2c-fast-mode"); in i2c_pxa_probe_dt() 1284 i2c->fast_mode = plat->fast_mode; in i2c_pxa_probe_pdata()
|
| /drivers/mtd/devices/ |
| A D | spear_smi.c | 205 u8 fast_mode; member 578 if (flash->fast_mode) in spear_mtd_read() 823 pdata->board_flash_info->fast_mode = in spear_smi_probe_config_dt() 865 flash->fast_mode = flash_info->fast_mode ? 1 : 0; in spear_smi_setup_banks()
|
Completed in 25 milliseconds