Searched refs:LPC18XX_PIN (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-lpc18xx.c | 443 #define LPC18XX_PIN(pname, n) { \ macro 625 LPC18XX_PIN(clk0, PIN_CLK0), 626 LPC18XX_PIN(clk1, PIN_CLK1), 627 LPC18XX_PIN(clk2, PIN_CLK2), 628 LPC18XX_PIN(clk3, PIN_CLK3), 629 LPC18XX_PIN(usb1_dm, PIN_USB1_DM), 630 LPC18XX_PIN(usb1_dp, PIN_USB1_DP), 631 LPC18XX_PIN(i2c0_scl, PIN_I2C0_SCL), 632 LPC18XX_PIN(i2c0_sda, PIN_I2C0_SDA),
|