Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/
H A Dcommon.h16 #define CM_FX6_ECSPI_BUS0_CS0 IMX_GPIO_NR(2, 30) macro
H A Dcommon.c83 return (bus == 0 && cs == 0) ? (CM_FX6_ECSPI_BUS0_CS0) : -1; in board_spi_cs_gpio()
H A Dcm_fx6.c584 return gpio_request(CM_FX6_ECSPI_BUS0_CS0, "ecspi_bus0_cs0"); in cm_fx6_setup_ecspi()