Lines Matching refs:IMX_GPIO_NR
40 #define ETH_PHY_RESET IMX_GPIO_NR(1, 26)
41 #define LVDS0_EN IMX_GPIO_NR(2, 8)
42 #define LVDS0_BL_EN IMX_GPIO_NR(2, 9)
155 gpio_request(IMX_GPIO_NR(2, 9), "backlight_enable"); in enable_lvds()
156 gpio_direction_output(IMX_GPIO_NR(2, 9), 1); in enable_lvds()
158 gpio_request(IMX_GPIO_NR(2, 8), "brightness"); in enable_lvds()
160 gpio_direction_output(IMX_GPIO_NR(2, 8), 1); in enable_lvds()
167 gpio_request(IMX_GPIO_NR(2, 10), "parallel_enable"); in enable_ft5x06_wvga()
168 gpio_request(IMX_GPIO_NR(2, 11), "parallel_brightness"); in enable_ft5x06_wvga()
169 gpio_direction_output(IMX_GPIO_NR(2, 10), 1); in enable_ft5x06_wvga()
170 gpio_direction_output(IMX_GPIO_NR(2, 11), 1); in enable_ft5x06_wvga()