Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/platform_data/
Di2c-pxa.h70 unsigned int high_mode:1; member
/linux-4.19.296/drivers/i2c/busses/
Di2c-pxa.c208 unsigned int high_mode:1; member
524 writel(readl(_ICR(i2c)) | (i2c->high_mode ? i2c->hs_mask : 0), _ICR(i2c)); in i2c_pxa_reset()
838 if (i2c->high_mode) { in i2c_pxa_do_xfer()
1194 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1280 if (i2c->high_mode) { in i2c_pxa_probe()