Home
last modified time | relevance | path

Searched defs:degrees (Results 1 – 13 of 13) sorted by relevance

/drivers/clk/meson/
Dclk-phase.c26 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/
Dclk-hisi-phase.c54 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/
Dclk-mmc-phase.c51 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()
Dclk-inverter.c35 static int rockchip_inv_set_phase(struct clk_hw *hw, int degrees) in rockchip_inv_set_phase()
/drivers/clk/sunxi-ng/
Dccu_phase.c56 static int ccu_phase_set_phase(struct clk_hw *hw, int degrees) in ccu_phase_set_phase()
/drivers/mmc/host/
Dsdhci-of-arasan.c623 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()
Ddw_mmc-hi3798cv200.c69 static const int degrees[] = { 0, 45, 90, 135, 180, 225, 270, 315 }; in dw_mci_hi3798cv200_execute_tuning() local
/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c75 sin_mul(int degrees, int factor) in sin_mul()
87 cos_mul(int degrees, int factor) in cos_mul()
/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.c138 static int sun4i_dclk_set_phase(struct clk_hw *hw, int degrees) in sun4i_dclk_set_phase()
/drivers/hwmon/
Demc2103.c51 s8 degrees; member
88 u8 degrees, fractional; in read_temp_from_i2c() local
/drivers/clk/sunxi/
Dclk-mod0.c214 static int mmc_set_phase(struct clk_hw *hw, int degrees) in mmc_set_phase()
/drivers/gpu/ipu-v3/
Dipu-common.c136 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/
Dclk.c2711 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()