Home
last modified time | relevance | path

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

/linux/drivers/auxdisplay/
H A Dhd44780_common.c24 #define LCD_CMD_FUNCTION_SET 0x20 /* Set function */ macro
116 init = LCD_CMD_FUNCTION_SET | LCD_CMD_DATA_LEN_8BITS; in hd44780_common_init_display()
132 hdc->write_cmd_raw4(hdc, LCD_CMD_FUNCTION_SET >> 4); in hd44780_common_init_display()
138 LCD_CMD_FUNCTION_SET | in hd44780_common_init_display()
263 LCD_CMD_FUNCTION_SET | in hd44780_common_set_function()