Lines Matching refs:IMX_GPIO_NR
68 gpio_direction_output(IMX_GPIO_NR(3, 15), 1); in board_init()
75 gpio_direction_output(IMX_GPIO_NR(1, 28), 1); in board_init()
78 gpio_direction_input(IMX_GPIO_NR(1, 18)); in board_init()
85 gpio_direction_output(IMX_GPIO_NR(1, 7), 0); in board_init()
86 gpio_direction_output(IMX_GPIO_NR(1, 6), 0); in board_init()
90 gpio_direction_input(IMX_GPIO_NR(2, 29)); in board_init()
96 gpio_direction_output(IMX_GPIO_NR(4, 21), 0); in board_init()
97 gpio_direction_output(IMX_GPIO_NR(1, 29), 0); in board_init()
143 gpio_direction_output(IMX_GPIO_NR(3, 16), 0); in board_late_init()
148 gpio_set_value(IMX_GPIO_NR(3, 16), 1); in board_late_init()
156 int key = gpio_get_value(IMX_GPIO_NR(2, 29)); in board_late_init()
160 gpio_set_value(IMX_GPIO_NR(1, 29), 0); in board_late_init()
161 gpio_set_value(IMX_GPIO_NR(4, 21), 0); in board_late_init()