Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/hisilicon/
Dclkgate-separated.c38 struct clkgate_separated { struct
48 struct clkgate_separated *sclk; in clkgate_separated_enable() argument
52 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_enable()
65 struct clkgate_separated *sclk; in clkgate_separated_disable()
69 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_disable()
81 struct clkgate_separated *sclk; in clkgate_separated_is_enabled()
84 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_is_enabled()
103 struct clkgate_separated *sclk; in hisi_register_clkgate_sep()