Home
last modified time | relevance | path

Searched refs:PIN_LCD_BL (Results 1 – 1 of 1) sorted by relevance

/arch/avr32/boards/atngw100/
Dmrmt.c39 #define PIN_LCD_BL GPIO_PIN_PA(28) macro
321 at32_select_gpio( PIN_LCD_BL, AT32_GPIOF_OUTPUT );
322 gpio_request( PIN_LCD_BL, "LCD_BL" );
323 gpio_direction_output( PIN_LCD_BL, 0 ); /* Backlight */
333 at32_select_gpio( PIN_LCD_BL, AT32_GPIOF_OUTPUT );
334 gpio_request( PIN_LCD_BL, "LCD_BL" );
335 gpio_direction_output( PIN_LCD_BL, 1 );