Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dspitz.c338 gpio_set_value(SPITZ_GPIO_LCDCON_CS, !(command == PXA2XX_CS_ASSERT)); in spitz_lcdcon_cs()
387 err = gpio_request(SPITZ_GPIO_LCDCON_CS, "LCDCON_CS"); in spitz_init_spi()
398 err = gpio_direction_output(SPITZ_GPIO_LCDCON_CS, 1); in spitz_init_spi()
417 gpio_free(SPITZ_GPIO_LCDCON_CS); in spitz_init_spi()
/arch/arm/mach-pxa/include/mach/
Dspitz.h37 #define SPITZ_GPIO_LCDCON_CS (53) macro