Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c111 #define GC2R_BW GENMASK(6, 4) /* Bus Width (log2 of nb of bytes) */ macro
299 bus_width = 8 << ((readl(regs + LTDC_GC2R) & GC2R_BW) >> 4); in stm32_ltdc_set_layer1()
/openbmc/linux/drivers/gpu/drm/stm/
H A Dltdc.c155 #define GC2R_BW GENMASK(6, 4) /* Bus Width (log2 of nb of bytes) */ macro
1797 bus_width_log2 = (gc2r & GC2R_BW) >> 4; in ltdc_get_caps()