Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/sandisk/sansa_fuze_plus/
H A Dsfp.c101 MX23_PAD_LCD_CS__GPIO_1_21 | MUX_CONFIG_LCD,
150 gpio_direction_output(MX23_PAD_LCD_CS__GPIO_1_21, 1); in mxsfb_read_register()
162 gpio_direction_output(MX23_PAD_LCD_CS__GPIO_1_21, 0); in mxsfb_read_register()
199 gpio_direction_output(MX23_PAD_LCD_CS__GPIO_1_21, 1); in mxsfb_read_register()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mxs/
H A Diomux-mx23.h306 #define MX23_PAD_LCD_CS__GPIO_1_21 MXS_IOMUX_PAD_NAKED(1, 21, PAD_MUXSEL_GPIO) macro