Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/panel/
Dpanel.c1193 unsigned char cgaddr; in handle_lcd_special_code() local
1204 cgaddr = *(esc++) - '0'; in handle_lcd_special_code()
1205 if (cgaddr > 7) { in handle_lcd_special_code()
1234 lcd_write_cmd(LCD_CMD_SET_CGRAM_ADDR | (cgaddr * 8)); in handle_lcd_special_code()