Searched refs:GC2R_BW (Results 1 – 2 of 2) sorted by relevance
111 #define GC2R_BW GENMASK(6, 4) /* Bus Width (log2 of nb of bytes) */ macro299 bus_width = 8 << ((readl(regs + LTDC_GC2R) & GC2R_BW) >> 4); in stm32_ltdc_set_layer1()
155 #define GC2R_BW GENMASK(6, 4) /* Bus Width (log2 of nb of bytes) */ macro1797 bus_width_log2 = (gc2r & GC2R_BW) >> 4; in ltdc_get_caps()