Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfixp-arith.h47 static inline s32 __fixp_sin32(int degrees) in __fixp_sin32()
71 static inline s32 fixp_sin32(int degrees) in fixp_sin32()
/rk3399_rockchip-uboot/drivers/mmc/
H A Drockchip_dw_mmc.c152 u16 degrees; in rockchip_mmc_get_phase() local
176 static int rockchip_mmc_set_phase(struct dwmci_host *host, bool sample, int degrees) in rockchip_mmc_set_phase()
370 static int rockchip_mmc_set_phase(struct dwmci_host *host, bool sample, int degrees) { return 0; } in rockchip_mmc_set_phase()
/rk3399_rockchip-uboot/drivers/clk/rockchip/
H A Dclk_rk3128.c680 u16 degrees = 0; in rk3128_mmc_get_phase() local
711 int rk3128_mmc_set_phase(struct clk *clk, u32 degrees) in rk3128_mmc_set_phase()
774 static int rk3128_clk_set_phase(struct clk *clk, int degrees) in rk3128_clk_set_phase()
H A Dclk_rk322x.c823 u16 degrees = 0; in rk322x_mmc_get_phase() local
854 int rk322x_mmc_set_phase(struct clk *clk, u32 degrees) in rk322x_mmc_set_phase()
917 static int rk322x_clk_set_phase(struct clk *clk, int degrees) in rk322x_clk_set_phase()
H A Dclk_rk1808.c1121 u16 degrees = 0; in rk1808_mmc_get_phase() local
1152 int rk1808_mmc_set_phase(struct clk *clk, u32 degrees) in rk1808_mmc_set_phase()
1215 static int rk1808_clk_set_phase(struct clk *clk, int degrees) in rk1808_clk_set_phase()
H A Dclk_rv1106.c1435 u16 degrees = 0; in rv1106_mmc_get_phase() local
1465 int rv1106_mmc_set_phase(struct clk *clk, u32 degrees) in rv1106_mmc_set_phase()
1525 static int rv1106_grfclk_set_phase(struct clk *clk, int degrees) in rv1106_grfclk_set_phase()
H A Dclk_rk3328.c1160 u16 degrees = 0; in rk3328_mmc_get_phase() local
1191 int rk3328_mmc_set_phase(struct clk *clk, u32 degrees) in rk3328_mmc_set_phase()
1254 static int rk3328_clk_set_phase(struct clk *clk, int degrees) in rk3328_clk_set_phase()
H A Dclk_rk3308.c1130 u16 degrees = 0; in rockchip_mmc_get_phase() local
1160 int rockchip_mmc_set_phase(struct clk *clk, u32 degrees) in rockchip_mmc_set_phase()
1219 static int rk3308_clk_set_phase(struct clk *clk, int degrees) in rk3308_clk_set_phase()
H A Dclk_rk3368.c1143 u16 degrees = 0; in rk3368_mmc_get_phase() local
1174 int rk3368_mmc_set_phase(struct clk *clk, u32 degrees) in rk3368_mmc_set_phase()
1237 static int rk3368_clk_set_phase(struct clk *clk, int degrees) in rk3368_clk_set_phase()
H A Dclk_rk3588.c1860 u16 degrees = 0; in rk3588_mmc_get_phase() local
1888 int rk3588_mmc_set_phase(struct clk *clk, u32 degrees) in rk3588_mmc_set_phase()
1944 static int rk3588_clk_set_phase(struct clk *clk, int degrees) in rk3588_clk_set_phase()
H A Dclk_rk3562.c1614 u16 degrees = 0; in rk3562_mmc_get_phase() local
1644 int rk3562_mmc_set_phase(struct clk *clk, u32 degrees) in rk3562_mmc_set_phase()
1701 static int rk3562_clk_set_phase(struct clk *clk, int degrees) in rk3562_clk_set_phase()
H A Dclk_rk3528.c1639 u16 degrees = 0; in rk3528_mmc_get_phase() local
1667 int rk3528_mmc_set_phase(struct clk *clk, u32 degrees) in rk3528_mmc_set_phase()
1724 static int rk3528_grfclk_set_phase(struct clk *clk, int degrees) in rk3528_grfclk_set_phase()
H A Dclk_rk3288.c1261 u16 degrees = 0; in rockchip_mmc_get_phase() local
1289 int rockchip_mmc_set_phase(struct clk *clk, u32 degrees) in rockchip_mmc_set_phase()
1347 static int rk3288_clk_set_phase(struct clk *clk, int degrees) in rk3288_clk_set_phase()
H A Dclk_px30.c1495 u16 degrees = 0; in rockchip_mmc_get_phase() local
1524 int rockchip_mmc_set_phase(struct clk *clk, u32 degrees) in rockchip_mmc_set_phase()
1584 static int px30_clk_set_phase(struct clk *clk, int degrees) in px30_clk_set_phase()
H A Dclk_rv1126.c1867 u16 degrees = 0; in rv1126_mmc_get_phase() local
1897 int rv1126_mmc_set_phase(struct clk *clk, u32 degrees) in rv1126_mmc_set_phase()
1959 static int rv1126_clk_set_phase(struct clk *clk, int degrees) in rv1126_clk_set_phase()
H A Dclk_rk3568.c2908 u16 degrees = 0; in rk3568_mmc_get_phase() local
2940 int rk3568_mmc_set_phase(struct clk *clk, u32 degrees) in rk3568_mmc_set_phase()
3005 static int rk3568_clk_set_phase(struct clk *clk, int degrees) in rk3568_clk_set_phase()
/rk3399_rockchip-uboot/drivers/clk/
H A Dclk-uclass.c360 int clk_set_phase(struct clk *clk, int degrees) in clk_set_phase()