Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/intel/
Dpinctrl-baytrail.c282 PIN_GROUP_GPIO("uart1_grp", byt_score_uart1_pins, 1),
283 PIN_GROUP_GPIO("uart2_grp", byt_score_uart2_pins, 1),
284 PIN_GROUP_GPIO("uart3_grp", byt_score_uart3_pins, 1),
285 PIN_GROUP_GPIO("pwm0_grp", byt_score_pwm0_pins, 1),
286 PIN_GROUP_GPIO("pwm1_grp", byt_score_pwm1_pins, 1),
287 PIN_GROUP_GPIO("ssp2_grp", byt_score_ssp2_pins, 1),
288 PIN_GROUP_GPIO("sio_spi_grp", byt_score_sio_spi_pins, 1),
289 PIN_GROUP_GPIO("i2c5_grp", byt_score_i2c5_pins, 1),
290 PIN_GROUP_GPIO("i2c6_grp", byt_score_i2c6_pins, 1),
291 PIN_GROUP_GPIO("i2c4_grp", byt_score_i2c4_pins, 1),
[all …]
Dpinctrl-intel.h182 #define PIN_GROUP_GPIO(n, p, m) \ macro