Home
last modified time | relevance | path

Searched refs:fast_mode (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-npcm7xx.c273 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 Di2c-ibm_iic.c170 | (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 Di2c-ibm_iic.h46 int fast_mode; member
H A Di2c-pxa-pci.c60 pdata.fast_mode = 1; in add_i2c_device()
H A Di2c-pxa.c258 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 Di2c-pxa.h13 unsigned int fast_mode :1; member
/openbmc/linux/include/linux/mtd/
H A Dspear_smi.h48 u8 fast_mode; member
/openbmc/linux/drivers/mtd/devices/
H A Dspear_smi.c205 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 Dpmu.c521 bool fast_mode = idx & (1u << 31); in kvm_pmu_rdpmc() local
524 u64 mask = fast_mode ? ~0u : ~0ull; in kvm_pmu_rdpmc()