HomeSort by: relevance | last modified time | path
    Searched defs:pxa2x0_lcd_writethrough (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/xscale/
pxa2x0_lcd.c 83 #ifdef PXA2X0_LCD_WRITETHROUGH
84 int pxa2x0_lcd_writethrough = 1; /* patchable */ variable in typeref:typename:int
86 int pxa2x0_lcd_writethrough = 0; variable in typeref:typename:int
542 busdma_flag | (pxa2x0_lcd_writethrough ? 0 : BUS_DMA_COHERENT));
547 if (pxa2x0_lcd_writethrough) {
928 BUS_DMA_WAITOK | (pxa2x0_lcd_writethrough ? 0 : BUS_DMA_COHERENT));

Completed in 12 milliseconds