Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/platform_data/
Di2c-pxa.h14 unsigned int high_mode:1; member
/Linux-v5.10/drivers/i2c/busses/
Di2c-pxa.c259 unsigned int high_mode:1; member
581 writel(readl(_ICR(i2c)) | (i2c->high_mode ? i2c->hs_mask : 0), _ICR(i2c)); in i2c_pxa_do_reset()
1074 if (i2c->high_mode) { in i2c_pxa_do_xfer()
1288 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1501 if (i2c->high_mode) { in i2c_pxa_probe()