Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/int3472/
H A Dclk_and_regulator.c59 skl_int3472_enable_clk(to_int3472_clk(hw), 1); in skl_int3472_clk_prepare()
65 skl_int3472_enable_clk(to_int3472_clk(hw), 0); in skl_int3472_clk_unprepare()
108 struct int3472_clock *clk = to_int3472_clk(hw); in skl_int3472_clk_recalc_rate()
H A Dcommon.h46 #define to_int3472_clk(hw) \ macro