Home
last modified time | relevance | path

Searched refs:CM_FX6_ECSPI_BUS0_CS0 (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/compulab/cm_fx6/
Dcommon.h15 #define CM_FX6_ECSPI_BUS0_CS0 IMX_GPIO_NR(2, 30) macro
Dcommon.c80 return (bus == 0 && cs == 0) ? (CM_FX6_ECSPI_BUS0_CS0) : -1; in board_spi_cs_gpio()
Dcm_fx6.c513 return gpio_request(CM_FX6_ECSPI_BUS0_CS0, "ecspi_bus0_cs0"); in cm_fx6_setup_ecspi()