Searched refs:JZ_GPIO (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/imgtec/ci20/ |
H A D | ci20.c | 97 jz47xx_gpio_direction_input(JZ_GPIO(0, 20)); in ci20_mux_nand() 101 jz47xx_gpio_direction_output(JZ_GPIO(5, 22), 1); in ci20_mux_nand() 153 jz47xx_gpio_direction_output(JZ_GPIO(5, 15), 0); in board_early_init_f() 156 jz47xx_gpio_direction_output(JZ_GPIO(2, 0), 0); in board_early_init_f() 157 jz47xx_gpio_direction_output(JZ_GPIO(2, 1), 0); in board_early_init_f() 158 jz47xx_gpio_direction_output(JZ_GPIO(2, 2), 0); in board_early_init_f() 159 jz47xx_gpio_direction_output(JZ_GPIO(2, 3), 0); in board_early_init_f() 201 jz47xx_gpio_direction_output(JZ_GPIO(1, 25), 1); in board_eth_init() 205 jz47xx_gpio_direction_output(JZ_GPIO(5, 12), 0); in board_eth_init() 220 jz47xx_gpio_direction_input(JZ_GPIO(2, 18)); in ci20_revision() [all …]
|
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/ |
H A D | jz4780_gpio.h | 6 #define JZ_GPIO(bank, pin) ((32 * (bank)) + (pin)) macro
|