Searched refs:LCD_INT_LINE_CMP (Results 1 – 2 of 2) sorted by relevance
273 if (status & LCD_INT_LINE_CMP) { in handle_lcd_irq()275 kmb_write_lcd(kmb, LCD_INT_CLEAR, LCD_INT_LINE_CMP); in handle_lcd_irq()
54 #define LCD_INT_LINE_CMP BIT(1) macro