Home
last modified time | relevance | path

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

/external/u-boot/board/sandisk/sansa_fuze_plus/
Dsfp.c100 MX23_PAD_LCD_CS__GPIO_1_21 | MUX_CONFIG_LCD,
149 gpio_direction_output(MX23_PAD_LCD_CS__GPIO_1_21, 1); in mxsfb_read_register()
161 gpio_direction_output(MX23_PAD_LCD_CS__GPIO_1_21, 0); in mxsfb_read_register()
198 gpio_direction_output(MX23_PAD_LCD_CS__GPIO_1_21, 1); in mxsfb_read_register()
/external/u-boot/arch/arm/include/asm/arch-mxs/
Diomux-mx23.h305 #define MX23_PAD_LCD_CS__GPIO_1_21 MXS_IOMUX_PAD_NAKED(1, 21, PAD_MUXSEL_GPIO) macro