Home
last modified time | relevance | path

Searched refs:GPIO_PORTF (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/board/armadeus/apf27/
H A Dapf27.h11 #define ACFG_FPGA_PWR (GPIO_PORTF | 19) /* FPGA prog pin */
12 #define ACFG_FPGA_PRG (GPIO_PORTF | 11) /* FPGA prog pin */
13 #define ACFG_FPGA_CLK (GPIO_PORTF | 15) /* FPGA clk pin */
16 #define ACFG_FPGA_INIT (GPIO_PORTF | 12) /* FPGA init pin */
17 #define ACFG_FPGA_DONE (GPIO_PORTF | 9) /* FPGA done pin */
18 #define ACFG_FPGA_RW (GPIO_PORTF | 21) /* FPGA done pin */
19 #define ACFG_FPGA_CS (GPIO_PORTF | 22) /* FPGA done pin */
20 #define ACFG_FPGA_SUSPEND (GPIO_PORTF | 10) /* FPGA done pin */
21 #define ACFG_FPGA_RESET (GPIO_PORTF | 7) /* FPGA done pin */
24 #define PC_PWRON (GPIO_PORTF | 16)
H A Dapf27.c124 imx_gpio_mode((GPIO_PORTF | GPIO_OUT | GPIO_PUEN | GPIO_GPIO | 16)); in apf27_devices_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx27/
H A Dgpio.h57 #define GPIO_PORTF (PORTF << GPIO_PORT_SHIFT) macro
H A Dimx-regs.h389 #define PF23_AIN_FEC_TX_EN (GPIO_PORTF | GPIO_OUT | GPIO_AIN | 23)
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/mach-imx/
H A Diomux-v3.h222 #define GPIO_PORTF (5 << GPIO_PORT_SHIFT) macro