Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/visconti/
Dpinctrl-tmpv7700.c115 VISCONTI_PINS(i2c0, 0, 1);
116 VISCONTI_PINS(i2c1, 2, 3);
117 VISCONTI_PINS(i2c2, 12, 13);
118 VISCONTI_PINS(i2c3, 14, 15);
119 VISCONTI_PINS(i2c4, 16, 17);
120 VISCONTI_PINS(i2c5, 18, 19);
121 VISCONTI_PINS(i2c6, 33, 34);
122 VISCONTI_PINS(i2c7, 29, 32);
123 VISCONTI_PINS(i2c8, 30, 31);
124 VISCONTI_PINS(spi0_cs0, 29);
[all …]
Dpinctrl-common.h14 #define VISCONTI_PINS(pins_name, ...) \ macro