Home
last modified time | relevance | path

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

/external/u-boot/board/ge/mx53ppd/
Dppd_gpio.h60 #define ECSPI1_CS0 IMX_GPIO_NR(5, 17) macro
89 { ECSPI1_CS0, 1 },
/external/u-boot/board/aristainetos/
Daristainetos-v2.c46 #define ECSPI1_CS0 IMX_GPIO_NR(4, 9) macro
49 #define ECSPI1_CS0 IMX_GPIO_NR(2, 30) /* NOR flash */ macro
247 return ECSPI1_CS0; in board_spi_cs_gpio()
268 gpio_direction_output(ECSPI1_CS0, 1); in setup_spi()