Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_NAND_READY_PIN (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/u-boot/board/calao/usb_a9263/
H A Dusb_a9263.c56 gpio_request(CONFIG_SYS_NAND_READY_PIN, "NAND ready/busy"); in usb_a9263_nand_hw_init()
57 gpio_direction_input(CONFIG_SYS_NAND_READY_PIN); in usb_a9263_nand_hw_init()
/OK3568_Linux_fs/u-boot/board/egnite/ethernut5/
H A Dethernut5.c119 #ifdef CONFIG_SYS_NAND_READY_PIN in ethernut5_nand_hw_init()
121 at91_set_pio_input(CONFIG_SYS_NAND_READY_PIN, 1); in ethernut5_nand_hw_init()
/OK3568_Linux_fs/u-boot/board/ronetix/pm9g45/
H A Dpm9g45.c67 #ifdef CONFIG_SYS_NAND_READY_PIN in pm9g45_nand_hw_init()
69 gpio_direction_input(CONFIG_SYS_NAND_READY_PIN); in pm9g45_nand_hw_init()
/OK3568_Linux_fs/u-boot/board/bluewater/snapper9260/
H A Dsnapper9260.c100 gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand_rdy"); in nand_hw_init()
101 gpio_direction_input(CONFIG_SYS_NAND_READY_PIN); in nand_hw_init()
/OK3568_Linux_fs/u-boot/board/siemens/smartweb/
H A Dsmartweb.c44 gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand rdy"); in smartweb_request_gpio()
73 at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1); in smartweb_nand_hw_init()
/OK3568_Linux_fs/u-boot/board/siemens/corvus/
H A Dboard.c42 gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand rdy"); in corvus_request_gpio()
92 at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1); in corvus_nand_hw_init()
/OK3568_Linux_fs/u-boot/board/siemens/taurus/
H A Dtaurus.c44 gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand rdy"); in taurus_request_gpio()
75 at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1); in taurus_nand_hw_init()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dusb_a9263.h64 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22) macro
H A Dat91sam9rlek.h66 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD17 macro
H A Dsnapper9g45.h49 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8 macro
H A Dmeesc.h91 # define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22) macro
H A Dpm9g45.h88 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(3) macro
H A Dwb45n.h50 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD5 macro
H A Dat91sam9260ek.h104 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13 macro
H A Dat91sam9261ek.h75 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC15 macro
H A Dat91sam9m10g45ek.h71 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8 macro
H A Dsnapper9260.h50 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13 macro
H A Dat91sam9x5ek.h76 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PD5 macro
H A Dat91sam9n12ek.h72 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PD(5) macro
H A Dcorvus.h81 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC8 macro
H A Dtaurus.h84 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13 macro
H A Dsmartweb.h91 #define CONFIG_SYS_NAND_READY_PIN AT91_PIN_PC13 macro
H A Dpm9261.h176 #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(16) macro
/OK3568_Linux_fs/u-boot/board/bluewater/gurnard/
H A Dgurnard.c102 ret = gpio_request(CONFIG_SYS_NAND_READY_PIN, "nand_rdy"); in gurnard_nand_hw_init()
105 gpio_direction_input(CONFIG_SYS_NAND_READY_PIN); in gurnard_nand_hw_init()
/OK3568_Linux_fs/u-boot/board/atmel/at91sam9260ek/
H A Dat91sam9260ek.c57 at91_set_gpio_input(CONFIG_SYS_NAND_READY_PIN, 1); in at91sam9260ek_nand_hw_init()

12