Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_vou.c195 u32 clocks_en_bits; member
202 .clocks_en_bits = BIT(24) | BIT(18) | BIT(6),
207 .clocks_en_bits = BIT(15),
212 .clocks_en_bits = BIT(1),
271 zx_writel_mask(vou->vouctl + VOU_CLK_EN, inf->clocks_en_bits, in vou_inf_enable()
272 inf->clocks_en_bits); in vou_inf_enable()
287 zx_writel_mask(vou->vouctl + VOU_CLK_EN, inf->clocks_en_bits, 0); in vou_inf_disable()