HomeSort by relevance Sort by last modified time
    Searched refs:FPGA_DONE (Results 1 - 3 of 3) sorted by null

  /external/u-boot/board/keymile/kmp204x/
pci.c 29 #define FPGA_DONE 18
67 /* poll the FPGA_DONE signal and give the EEPROM back to the QorIQ */
76 done = qrio_get_gpio(GPIO_A, FPGA_DONE);
78 printf(" FPGA_DONE timeout\n");
  /external/u-boot/board/keymile/km_arm/
fpga_config.c 83 #define FPGA_DONE 0x20
85 static int fpga_done(void) function
101 return regval & FPGA_DONE ? 1 : 0;
113 if (fpga_done()) {
180 printf(" FPGA_DONE timeout\n");
184 } while (!(spictrl & FPGA_DONE));
  /external/u-boot/board/teejet/mt_ventoux/
mt_ventoux.c 47 #define FPGA_DONE 154
138 return gpio_get_value(FPGA_DONE);
156 gpio_request(FPGA_DONE, "FPGA_DONE");
157 gpio_direction_input(FPGA_DONE);

Completed in 516 milliseconds