Searched refs:VISCONTI_PINS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/pinctrl/visconti/ |
H A D | pinctrl-tmpv7700.c | 115 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); 127 VISCONTI_PINS(spi1_cs, 3); 128 VISCONTI_PINS(spi2_cs, 7); 129 VISCONTI_PINS(spi3_cs, 11); 130 VISCONTI_PINS(spi4_cs, 15); 131 VISCONTI_PINS(spi5_cs, 19); [all …]
|
H A D | pinctrl-common.h | 14 #define VISCONTI_PINS(pins_name, ...) \ macro
|