Home
last modified time | relevance | path

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

/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.h46 int fast_mode; member
H A Di2c-pxa-pci.c60 pdata.fast_mode = 1; in add_i2c_device()
H A Di2c-pxa.c259 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()
/linux/include/linux/platform_data/
H A Di2c-pxa.h13 unsigned int fast_mode :1; member
/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()