Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/hisilicon/
H A Dclkgate-separated.c24 struct clkgate_separated { struct
34 struct clkgate_separated *sclk; in clkgate_separated_enable() argument
38 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_enable()
51 struct clkgate_separated *sclk; in clkgate_separated_disable()
55 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_disable()
67 struct clkgate_separated *sclk; in clkgate_separated_is_enabled()
70 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_is_enabled()
89 struct clkgate_separated *sclk; in hisi_register_clkgate_sep()