Lines Matching +full:90 +full:h
6 #include <linux/module.h>
7 #include <linux/platform_device.h>
8 #include <linux/clk.h>
9 #include <linux/mmc/host.h>
10 #include <linux/of_address.h>
11 #include <linux/mmc/slot-gpio.h>
12 #include <linux/pm_runtime.h>
13 #include <linux/slab.h>
15 #include "dw_mmc.h"
16 #include "dw_mmc-pltfm.h"
61 degrees = (raw_value & ROCKCHIP_MMC_DEGREE_MASK) * 90; in rockchip_mmc_get_internal_phase()
112 nineties = degrees / 90; in rockchip_mmc_set_internal_phase()
113 remainder = (degrees % 90); in rockchip_mmc_set_internal_phase()
127 * 1.3, 2.6, ..., 88.6. 89.8, ..., 114.0, 90 in rockchip_mmc_set_internal_phase()
224 * When picking values we'll stick with picking 0/90/180/270 since in dw_mci_rk3288_set_ios()
244 * In almost all cases a 90 degree phase offset will provide in dw_mci_rk3288_set_ios()
249 phase = 90; in dw_mci_rk3288_set_ios()
265 * Rockchip SoCs), 90 degree offset will add a delay in dw_mci_rk3288_set_ios()