HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_NAND_READY_PIN (Results 1 - 25 of 37) sorted by null

1 2

  /external/u-boot/include/configs/
at91sam9rlek.h 62 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD17
meesc.h 87 # define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22)
snapper9g45.h 48 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
usb_a9263.h 59 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22)
at91sam9260ek.h 100 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13
at91sam9261ek.h 71 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC15
at91sam9m10g45ek.h 64 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
corvus.h 76 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8
pm9g45.h 83 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(3)
snapper9260.h 48 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13
wb45n.h 51 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD5
at91sam9n12ek.h 61 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(5)
at91sam9x5ek.h 57 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD5
smartweb.h 88 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13
taurus.h 82 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13
at91sam9263ek.h 202 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PA22
pm9261.h 171 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(16)
  /external/u-boot/board/calao/usb_a9263/
usb_a9263.c 55 gpio_request(CONFIG_SYS_NAND_READY_PIN, "NAND ready/busy");
56 gpio_direction_input(CONFIG_SYS_NAND_READY_PIN);
  /external/u-boot/board/egnite/ethernut5/
ethernut5.c 118 #ifdef CONFIG_SYS_NAND_READY_PIN
120 at91_set_pio_input(CONFIG_SYS_NAND_READY_PIN, 1);
  /external/u-boot/board/bluewater/snapper9260/
snapper9260.c 99 gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand_rdy");
100 gpio_direction_input(CONFIG_SYS_NAND_READY_PIN);
  /external/u-boot/board/ronetix/pm9g45/
pm9g45.c 66 #ifdef CONFIG_SYS_NAND_READY_PIN
68 gpio_direction_input(CONFIG_SYS_NAND_READY_PIN);
  /external/u-boot/board/atmel/at91sam9260ek/
at91sam9260ek.c 56 at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1);
  /external/u-boot/board/siemens/corvus/
board.c 41 gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand rdy");
91 at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1);
  /external/u-boot/board/siemens/smartweb/
smartweb.c 43 gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand rdy");
72 at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1);
  /external/u-boot/board/siemens/taurus/
taurus.c 43 gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand rdy");
74 at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1);

Completed in 324 milliseconds

1 2