Searched refs:H3600_EGPIO_LCD_PCI (Results 1 – 2 of 2) sorted by relevance
37 rc = gpio_request(H3600_EGPIO_LCD_PCI, "LCD control"); in h3600_lcd_request()40 rc = gpio_direction_output(H3600_EGPIO_LCD_PCI, 0); in h3600_lcd_request()63 gpio_free(H3600_EGPIO_LCD_PCI); in h3600_lcd_request()81 gpio_direction_output(H3600_EGPIO_LCD_PCI, enable); in h3600_lcd_power()
69 #define H3600_EGPIO_LCD_PCI (H3XXX_EGPIO_BASE + 8) /* LCD control IC enable. active high. */ macro