Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/
Dccu_nk.h20 struct ccu_nk { struct
38 struct ccu_nk _struct = { \ argument
54 static inline struct ccu_nk *hw_to_ccu_nk(struct clk_hw *hw) in hw_to_ccu_nk()
58 return container_of(common, struct ccu_nk, common); in hw_to_ccu_nk()
Dccu_nk.c46 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_disable()
53 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_enable()
60 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_is_enabled()
68 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_recalc_rate()
97 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_round_rate()
121 struct ccu_nk *nk = hw_to_ccu_nk(hw); in ccu_nk_set_rate()
DMakefile17 ccu-sunxi-ng-y += ccu_nk.o