Searched refs:AMD_PINS (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pinctrl/ |
D | pinctrl-amd.h | 293 #define AMD_PINS(...) (const unsigned int []){__VA_ARGS__} macro 876 PINCTRL_PINGROUP("IMX_F"#_func "_GPIO"#_number, AMD_PINS(_number), 1) 1456 PINCTRL_PINGROUP("i2c0", AMD_PINS(145, 146), 2), 1457 PINCTRL_PINGROUP("i2c1", AMD_PINS(147, 148), 2), 1458 PINCTRL_PINGROUP("i2c2", AMD_PINS(113, 114), 2), 1459 PINCTRL_PINGROUP("i2c3", AMD_PINS(19, 20), 2), 1460 PINCTRL_PINGROUP("uart0", AMD_PINS(135, 136, 137, 138, 139), 5), 1461 PINCTRL_PINGROUP("uart1", AMD_PINS(140, 141, 142, 143, 144), 5),
|