Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/auxdisplay/
Dcharlcd.c467 unsigned char cgaddr; in handle_lcd_special_code() local
478 cgaddr = *(esc++) - '0'; in handle_lcd_special_code()
479 if (cgaddr > 7) { in handle_lcd_special_code()
503 lcd->ops->write_cmd(lcd, LCD_CMD_SET_CGRAM_ADDR | (cgaddr * 8)); in handle_lcd_special_code()