Searched refs:AMD_PINS (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/pinctrl/ |
| H A D | pinctrl-amd.h | 297 #define AMD_PINS(...) (const unsigned int []){__VA_ARGS__} macro 880 PINCTRL_PINGROUP("IMX_F"#_func "_GPIO"#_number, AMD_PINS(_number), 1) 1460 PINCTRL_PINGROUP("i2c0", AMD_PINS(145, 146), 2), 1461 PINCTRL_PINGROUP("i2c1", AMD_PINS(147, 148), 2), 1462 PINCTRL_PINGROUP("i2c2", AMD_PINS(113, 114), 2), 1463 PINCTRL_PINGROUP("i2c3", AMD_PINS(19, 20), 2), 1464 PINCTRL_PINGROUP("uart0", AMD_PINS(135, 136, 137, 138, 139), 5), 1465 PINCTRL_PINGROUP("uart1", AMD_PINS(140, 141, 142, 143, 144), 5),
|