Home
last modified time | relevance | path

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

/external/u-boot/board/sandisk/sansa_fuze_plus/
Dsfp.c99 MX23_PAD_LCD_WR__GPIO_1_20 | MUX_CONFIG_LCD,
150 gpio_direction_output(MX23_PAD_LCD_WR__GPIO_1_20, 1); in mxsfb_read_register()
163 gpio_direction_output(MX23_PAD_LCD_WR__GPIO_1_20, 0); in mxsfb_read_register()
172 gpio_direction_output(MX23_PAD_LCD_WR__GPIO_1_20, 1); in mxsfb_read_register()
/external/u-boot/arch/arm/include/asm/arch-mxs/
Diomux-mx23.h304 #define MX23_PAD_LCD_WR__GPIO_1_20 MXS_IOMUX_PAD_NAKED(1, 20, PAD_MUXSEL_GPIO) macro