Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/hisilicon/
Dclkgate-separated.c40 struct clkgate_separated { struct
50 struct clkgate_separated *sclk; in clkgate_separated_enable() argument
54 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_enable()
67 struct clkgate_separated *sclk; in clkgate_separated_disable()
71 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_disable()
83 struct clkgate_separated *sclk; in clkgate_separated_is_enabled()
86 sclk = container_of(hw, struct clkgate_separated, hw); in clkgate_separated_is_enabled()
105 struct clkgate_separated *sclk; in hisi_register_clkgate_sep()