Lines Matching refs:IMX_GPIO_NR
142 gpio_direction_input(IMX_GPIO_NR(1, 1)); in board_mmc_getcd()
144 return !gpio_get_value(IMX_GPIO_NR(1, 1)); in board_mmc_getcd()
177 gpio_direction_output(IMX_GPIO_NR(6, 0), 1); in enable_lvds_clock()
198 gpio_request(IMX_GPIO_NR(6, 0), "LCD"); in enable_lvds_etm0430g0dh6()
201 gpio_direction_output(IMX_GPIO_NR(6, 0), 1); in enable_lvds_etm0430g0dh6()
212 gpio_request(IMX_GPIO_NR(6, 0), "LCD"); in enable_lvds_etm0700g0dh6()
221 gpio_direction_output(IMX_GPIO_NR(6, 0), 1); in enable_lvds_etm0700g0dh6()
258 gpio_direction_output(IMX_GPIO_NR(6, 0), 0); in board_preboot_os()
458 gpio_request(IMX_GPIO_NR(4, 0), "CPUCLK"); in m53_set_clock()
462 gpio_direction_input(IMX_GPIO_NR(4, 0)); in m53_set_clock()
465 cpuclk = gpio_get_value(IMX_GPIO_NR(4, 0)) ? 1200 : 800; in m53_set_clock()