Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/zte/
Dzx_vou.c194 u32 clocks_en_bits; member
201 .clocks_en_bits = BIT(24) | BIT(18) | BIT(6),
206 .clocks_en_bits = BIT(15),
211 .clocks_en_bits = BIT(1),
270 zx_writel_mask(vou->vouctl + VOU_CLK_EN, inf->clocks_en_bits, in vou_inf_enable()
271 inf->clocks_en_bits); in vou_inf_enable()
286 zx_writel_mask(vou->vouctl + VOU_CLK_EN, inf->clocks_en_bits, 0); in vou_inf_disable()