Home
last modified time | relevance | path

Searched refs:high_mode (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/i2c/
Dpxa-i2c.h70 unsigned int high_mode:1; member
/linux-4.4.14/drivers/i2c/busses/
Di2c-pxa.c192 unsigned int high_mode:1; member
507 writel(readl(_ICR(i2c)) | (i2c->high_mode ? ICR_HS : 0), _ICR(i2c)); in i2c_pxa_reset()
823 if (i2c->high_mode) { in i2c_pxa_do_xfer()
1178 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1261 if (i2c->high_mode) { in i2c_pxa_probe()