Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/auxdisplay/
Dcharlcd.c489 unsigned char cgaddr; in handle_lcd_special_code() local
500 cgaddr = *(esc++) - '0'; in handle_lcd_special_code()
501 if (cgaddr > 7) { in handle_lcd_special_code()
530 lcd->ops->write_cmd(lcd, LCD_CMD_SET_CGRAM_ADDR | (cgaddr * 8)); in handle_lcd_special_code()