Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/stm32/
Dstm32_ltdc.c38 #define LTDC_GC2R 0x20 /* Global Configuration 2 */ macro
299 bus_width = 8 << ((readl(regs + LTDC_GC2R) & GC2R_BW) >> 4); in stm32_ltdc_set_layer1()