Searched refs:LCD_FLAG_N (Results 1 – 3 of 3) sorted by relevance
107 hdc->hd44780_common_flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | in hd44780_common_init_display()142 ((hdc->hd44780_common_flags & LCD_FLAG_N) ? in hd44780_common_init_display()267 ((hdc->hd44780_common_flags & LCD_FLAG_N) ? in hd44780_common_set_function()290 hdc->hd44780_common_flags |= LCD_FLAG_N; in hd44780_common_lines()292 hdc->hd44780_common_flags &= ~LCD_FLAG_N; in hd44780_common_lines()
283 priv->flags &= ~LCD_FLAG_N; in handle_lcd_special_code()290 priv->flags |= LCD_FLAG_N; in handle_lcd_special_code()337 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in handle_lcd_special_code()569 priv->flags = ((lcd->height > 1) ? LCD_FLAG_N : 0) | LCD_FLAG_D | in charlcd_init()
16 #define LCD_FLAG_N 0x0040 /* 2-rows mode */ macro