Searched refs:LPC_GPIO_GPO_00 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/arm/lpc/
H A Dlpc_gpio.c517 1 << (SSD1289_CS_PIN - LPC_GPIO_GPO_00(0)) |
518 1 << (SSD1289_DC_PIN - LPC_GPIO_GPO_00(0)) |
519 1 << (ADS7846_CS_PIN - LPC_GPIO_GPO_00(0)));
H A Dlpcreg.h576 #define LPC_GPIO_GPO_00(_n) (22 + _n) macro
579 #define SSD1289_CS_PIN LPC_GPIO_GPO_00(4)
580 #define SSD1289_DC_PIN LPC_GPIO_GPO_00(5)
581 #define ADS7846_CS_PIN LPC_GPIO_GPO_00(11)

Completed in 49 milliseconds