Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-rk808.c19 struct clk_hw clkout2_hw; member
32 clkout2_hw); in rk808_clkout2_enable()
52 clkout2_hw); in rk808_clkout2_is_prepared()
85 return idx ? &rk808_clkout->clkout2_hw : &rk808_clkout->clkout1_hw; in of_clk_rk808_get()
92 clkout2_hw); in rk817_clkout2_enable()
113 clkout2_hw); in rk817_clkout2_is_prepared()
183 rk808_clkout->clkout2_hw.init = &init; in rk808_clkout_probe()
189 ret = devm_clk_hw_register(dev, &rk808_clkout->clkout2_hw); in rk808_clkout_probe()