Searched refs:SPITZ_GPIO_LCDCON_CS (Results 1 – 2 of 2) sorted by relevance
338 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()
37 #define SPITZ_GPIO_LCDCON_CS (53) macro