Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c84 int pxa2x0_lcd_writethrough = 1; /* patchable */ variable
86 int pxa2x0_lcd_writethrough = 0; variable
542 busdma_flag | (pxa2x0_lcd_writethrough ? 0 : BUS_DMA_COHERENT)); in pxa2x0_lcd_new_screen()
547 if (pxa2x0_lcd_writethrough) { in pxa2x0_lcd_new_screen()
928 BUS_DMA_WAITOK | (pxa2x0_lcd_writethrough ? 0 : BUS_DMA_COHERENT)); in pxa2x0_lcd_mmap()