Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dcharlcd.c55 #define LCD_CMD_TWO_LINES 0x08 /* Set to two display lines */ macro
264 ((priv->flags & LCD_FLAG_N) ? LCD_CMD_TWO_LINES : 0)); in charlcd_init_display()
546 ((priv->flags & LCD_FLAG_N) ? LCD_CMD_TWO_LINES : 0)); in handle_lcd_special_code()