Searched refs:ccu_pll (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/clk/baikal-t1/ |
A D | ccu-pll.h | 45 struct ccu_pll { struct 53 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) argument 55 static inline struct clk_hw *ccu_pll_get_clk_hw(struct ccu_pll *pll) in ccu_pll_get_clk_hw() 60 struct ccu_pll *ccu_pll_hw_register(const struct ccu_pll_init_data *init); 62 void ccu_pll_hw_unregister(struct ccu_pll *pll);
|
A D | ccu-pll.c | 107 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_enable() 134 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_disable() 144 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_is_enabled() 155 struct ccu_pll *pll = to_ccu_pll(hw); in ccu_pll_recalc_rate() 306 struct ccu_pll *pll; 313 struct ccu_pll *pll; 372 struct ccu_pll *pll = bit->pll; in ccu_pll_dbgfs_bit_set() 386 struct ccu_pll *pll = fld->pll; in ccu_pll_dbgfs_fld_set() 414 struct ccu_pll *pll = bit->pll; in ccu_pll_dbgfs_bit_get() 428 struct ccu_pll *pll = fld->pll; in ccu_pll_dbgfs_fld_get() [all …]
|
A D | clk-ccu-pll.c | 78 struct ccu_pll *plls[CCU_PLL_NUM]; 81 static struct ccu_pll *ccu_pll_find_desc(struct ccu_pll_data *data, in ccu_pll_find_desc() 84 struct ccu_pll *pll; in ccu_pll_find_desc() 130 struct ccu_pll *pll; in ccu_pll_of_clk_hw_get() 206 CLK_OF_DECLARE(ccu_pll, "baikal,bt1-ccu-pll", ccu_pll_init);
|
/linux/Documentation/devicetree/bindings/clock/ |
A D | baikal,bt1-ccu-div.yaml | 160 clocks = <&ccu_pll CCU_SATA_PLL>, 161 <&ccu_pll CCU_PCIE_PLL>, 162 <&ccu_pll CCU_ETH_PLL>; 176 <&ccu_pll CCU_SATA_PLL>, 177 <&ccu_pll CCU_PCIE_PLL>, 178 <&ccu_pll CCU_ETH_PLL>; 184 ccu_pll: clock-controller@1f04d000 {
|
Completed in 8 milliseconds