Searched refs:clk_set_phase (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | clk.h | 141 int clk_set_phase(struct clk *clk, int degrees); 274 static inline long clk_set_phase(struct clk *clk, int phase) in clk_set_phase() function
|
| /linux/include/trace/events/ |
| H A D | clk.h | 217 DEFINE_EVENT(clk_phase, clk_set_phase,
|
| /linux/sound/soc/meson/ |
| H A D | axg-tdm-formatter.c | 114 ret = clk_set_phase(formatter->sclk, invert ? 0 : 180); in axg_tdm_formatter_enable()
|
| /linux/drivers/mmc/host/ |
| H A D | dw_mmc-rockchip.c | 176 return clk_set_phase(clock, degrees); in rockchip_mmc_set_phase()
|
| H A D | sunxi-mmc.c | 753 clk_set_phase(host->clk_sample, host->cfg->clk_delays[index].sample); in sunxi_mmc_clk_set_phase() 754 clk_set_phase(host->clk_output, host->cfg->clk_delays[index].output); in sunxi_mmc_clk_set_phase()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | mxic_nand.c | 257 ret = clk_set_phase(nfc->send_dly_clk, 9 * freq / 25000000); in mxic_nfc_clk_setup()
|
| /linux/drivers/clk/ |
| H A D | clk.c | 3098 int clk_set_phase(struct clk *clk, int degrees) in clk_set_phase() function 3124 EXPORT_SYMBOL_GPL(clk_set_phase);
|