Searched defs:ufs_mtk_host (Results 1 – 2 of 2) sorted by relevance
111 struct ufs_mtk_host { struct114 struct ufs_mtk_host_cfg *cfg; argument116 enum ufs_mtk_host_caps caps; argument117 struct reset_control *hci_reset;118 struct reset_control *unipro_reset;119 struct reset_control *crypto_reset;120 bool mphy_powered_on;121 bool unipro_lpm;122 bool ref_clk_enabled;123 u16 ref_clk_ungating_wait_us;[all …]
168 struct ufs_mtk_host { struct179 enum ufs_mtk_host_caps caps; argument180 bool mphy_powered_on;181 bool pm_qos_init;182 bool unipro_lpm;183 bool ref_clk_enabled;184 u16 ref_clk_ungating_wait_us;185 u16 ref_clk_gating_wait_us;186 u32 ip_ver;188 bool mcq_set_intr;[all …]