Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/
Ddsi_pll_14nm.c139 u32 num_hws; member
898 int num_hws = pll_14nm->num_hws; in dsi_pll_14nm_destroy() local
902 while (num_hws--) in dsi_pll_14nm_destroy()
903 clk_hw_unregister(pll_14nm->hws[num_hws]); in dsi_pll_14nm_destroy()
1026 pll_14nm->num_hws = num; in pll_14nm_register()