Searched refs:fast_mode (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-npcm7xx.c | 273 bool fast_mode; member 280 .fast_mode = false, 285 .fast_mode = false, 290 .fast_mode = false, 295 .fast_mode = false, 300 .fast_mode = false, 305 .fast_mode = false, 310 .fast_mode = false, 315 .fast_mode = false, 320 .fast_mode = false, [all …]
|
H 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() 718 dev->fast_mode = 1; in iic_probe() 751 dev->fast_mode ? "fast (400 kHz)" : "standard (100 kHz)"); in iic_probe()
|
H A D | i2c-ibm_iic.h | 46 int fast_mode; member
|
H A D | i2c-pxa-pci.c | 60 pdata.fast_mode = 1; in add_i2c_device()
|
H A D | i2c-pxa.c | 258 unsigned int fast_mode :1; member 580 writel(I2C_ICR_INIT | (i2c->fast_mode ? i2c->fm_mask : 0), _ICR(i2c)); in i2c_pxa_do_reset() 1268 i2c->fast_mode = of_property_read_bool(np, "mrvl,i2c-fast-mode"); in i2c_pxa_probe_dt() 1285 i2c->fast_mode = plat->fast_mode; in i2c_pxa_probe_pdata()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | i2c-pxa.h | 13 unsigned int fast_mode :1; member
|
/openbmc/linux/include/linux/mtd/ |
H A D | spear_smi.h | 48 u8 fast_mode; member
|
/openbmc/linux/drivers/mtd/devices/ |
H 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()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | pmu.c | 521 bool fast_mode = idx & (1u << 31); in kvm_pmu_rdpmc() local 524 u64 mask = fast_mode ? ~0u : ~0ull; in kvm_pmu_rdpmc()
|