Lines Matching refs:JZ_GPIO
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()
207 jz47xx_gpio_direction_output(JZ_GPIO(5, 12), 1); in board_eth_init()
220 jz47xx_gpio_direction_input(JZ_GPIO(2, 18)); in ci20_revision()
221 jz47xx_gpio_direction_input(JZ_GPIO(2, 19)); in ci20_revision()
227 val = (!!jz47xx_gpio_get_value(JZ_GPIO(2, 18))) | in ci20_revision()
228 ((!!jz47xx_gpio_get_value(JZ_GPIO(2, 19))) << 1); in ci20_revision()