Searched defs:ufs (Results 1 – 6 of 6) sorted by relevance
114 static inline void exynos_ufs_enable_auto_ctrl_hcc(struct exynos_ufs *ufs) in exynos_ufs_enable_auto_ctrl_hcc()119 static inline void exynos_ufs_disable_auto_ctrl_hcc(struct exynos_ufs *ufs) in exynos_ufs_disable_auto_ctrl_hcc()125 struct exynos_ufs *ufs, u32 *val) in exynos_ufs_disable_auto_ctrl_hcc_save()132 struct exynos_ufs *ufs, u32 *val) in exynos_ufs_auto_ctrl_hcc_restore()137 static inline void exynos_ufs_gate_clks(struct exynos_ufs *ufs) in exynos_ufs_gate_clks()142 static inline void exynos_ufs_ungate_clks(struct exynos_ufs *ufs) in exynos_ufs_ungate_clks()147 static int exynos7_ufs_drv_init(struct device *dev, struct exynos_ufs *ufs) in exynos7_ufs_drv_init()152 static int exynos7_ufs_pre_link(struct exynos_ufs *ufs) in exynos7_ufs_pre_link()182 static int exynos7_ufs_post_link(struct exynos_ufs *ufs) in exynos7_ufs_post_link()203 static int exynos7_ufs_pre_pwr_change(struct exynos_ufs *ufs, in exynos7_ufs_pre_pwr_change()[all …]
85 #define UNIPRO_PCLK_PERIOD(ufs) (NSEC_PER_SEC / ufs->pclk_rate) argument204 #define for_each_ufs_rx_lane(ufs, i) \ argument207 #define for_each_ufs_tx_lane(ufs, i) \ argument
627 ufs: ufs@15570000 { label
663 ufs: ufs@ff3c0000 { label
1037 ufs: ufs@ff3b0000 { label
388 int ufs = (usecs / 125); in tt_available() local