Home
last modified time | relevance | path

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

/NextBSD/sys/arm/lpc/
HDlpcreg.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)
HDlpc_gpio.c533 1 << (SSD1289_CS_PIN - LPC_GPIO_GPO_00(0)) | in lpc_gpio_init()
534 1 << (SSD1289_DC_PIN - LPC_GPIO_GPO_00(0)) | in lpc_gpio_init()
535 1 << (ADS7846_CS_PIN - LPC_GPIO_GPO_00(0))); in lpc_gpio_init()