Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.h103 #define LCDPANEL_DPC (1<<4) /* double pixel clock mode */ macro
H A Dpxa2x0_lcd.c148 | ((info->panel_info & LCDPANEL_DPC) ? (1<<27) : 0) in pxa2x0_lcd_geometry()