Searched defs:degrees (Results 1 – 13 of 13) sorted by relevance
/drivers/clk/meson/ |
D | clk-phase.c | 26 static unsigned int meson_clk_degrees_to_val(int degrees, unsigned int width) in meson_clk_degrees_to_val() 48 static int meson_clk_phase_set_phase(struct clk_hw *hw, int degrees) in meson_clk_phase_set_phase() 107 static int meson_clk_triphase_set_phase(struct clk_hw *hw, int degrees) in meson_clk_triphase_set_phase() 164 static int meson_sclk_ws_inv_set_phase(struct clk_hw *hw, int degrees) in meson_sclk_ws_inv_set_phase()
|
/drivers/clk/hisilicon/ |
D | clk-hisi-phase.c | 54 int degrees) in hisi_phase_degrees_to_regval() 65 static int hisi_clk_set_phase(struct clk_hw *hw, int degrees) in hisi_clk_set_phase()
|
/drivers/clk/rockchip/ |
D | clk-mmc-phase.c | 51 u16 degrees; in rockchip_mmc_get_phase() local 75 static int rockchip_mmc_set_phase(struct clk_hw *hw, int degrees) in rockchip_mmc_set_phase()
|
D | clk-inverter.c | 35 static int rockchip_inv_set_phase(struct clk_hw *hw, int degrees) in rockchip_inv_set_phase()
|
/drivers/clk/sunxi-ng/ |
D | ccu_phase.c | 56 static int ccu_phase_set_phase(struct clk_hw *hw, int degrees) in ccu_phase_set_phase()
|
/drivers/mmc/host/ |
D | sdhci-of-arasan.c | 623 static int sdhci_zynqmp_sdcardclk_set_phase(struct clk_hw *hw, int degrees) in sdhci_zynqmp_sdcardclk_set_phase() 688 static int sdhci_zynqmp_sampleclk_set_phase(struct clk_hw *hw, int degrees) in sdhci_zynqmp_sampleclk_set_phase() 753 static int sdhci_versal_sdcardclk_set_phase(struct clk_hw *hw, int degrees) in sdhci_versal_sdcardclk_set_phase() 819 static int sdhci_versal_sampleclk_set_phase(struct clk_hw *hw, int degrees) in sdhci_versal_sampleclk_set_phase()
|
D | dw_mmc-hi3798cv200.c | 69 static const int degrees[] = { 0, 45, 90, 135, 180, 225, 270, 315 }; in dw_mci_hi3798cv200_execute_tuning() local
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | overlay.c | 75 sin_mul(int degrees, int factor) in sin_mul() 87 cos_mul(int degrees, int factor) in cos_mul()
|
/drivers/gpu/drm/sun4i/ |
D | sun4i_dotclock.c | 138 static int sun4i_dclk_set_phase(struct clk_hw *hw, int degrees) in sun4i_dclk_set_phase()
|
/drivers/hwmon/ |
D | emc2103.c | 51 s8 degrees; member 88 u8 degrees, fractional; in read_temp_from_i2c() local
|
/drivers/clk/sunxi/ |
D | clk-mod0.c | 214 static int mmc_set_phase(struct clk_hw *hw, int degrees) in mmc_set_phase()
|
/drivers/gpu/ipu-v3/ |
D | ipu-common.c | 136 int ipu_degrees_to_rot_mode(enum ipu_rotate_mode *mode, int degrees, in ipu_degrees_to_rot_mode() 168 int ipu_rot_mode_to_degrees(int *degrees, enum ipu_rotate_mode mode, in ipu_rot_mode_to_degrees()
|
/drivers/clk/ |
D | clk.c | 2711 static int clk_core_set_phase_nolock(struct clk_core *core, int degrees) in clk_core_set_phase_nolock() 2756 int clk_set_phase(struct clk *clk, int degrees) in clk_set_phase()
|