Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dmusicpal.c104 #define MP_LCD_INST_SETPAGE0 0xB0 macro
220 if (value >= MP_LCD_INST_SETPAGE0 && value <= MP_LCD_INST_SETPAGE7) { in musicpal_lcd_write()
221 s->page = value - MP_LCD_INST_SETPAGE0; in musicpal_lcd_write()
228 if (value >= MP_LCD_INST_SETPAGE0 && in musicpal_lcd_write()
230 s->page = value - MP_LCD_INST_SETPAGE0; in musicpal_lcd_write()