Lines Matching refs:t_cfg
567 struct ufs_phy_time_cfg *t_cfg = &ufs->t_cfg; in exynos_ufs_specify_phy_time_attr() local
572 t_cfg->tx_linereset_p = in exynos_ufs_specify_phy_time_attr()
574 t_cfg->tx_linereset_n = in exynos_ufs_specify_phy_time_attr()
576 t_cfg->tx_high_z_cnt = in exynos_ufs_specify_phy_time_attr()
578 t_cfg->tx_base_n_val = in exynos_ufs_specify_phy_time_attr()
580 t_cfg->tx_gran_n_val = in exynos_ufs_specify_phy_time_attr()
582 t_cfg->tx_sleep_cnt = in exynos_ufs_specify_phy_time_attr()
585 t_cfg->rx_linereset = in exynos_ufs_specify_phy_time_attr()
587 t_cfg->rx_hibern8_wait = in exynos_ufs_specify_phy_time_attr()
589 t_cfg->rx_base_n_val = in exynos_ufs_specify_phy_time_attr()
591 t_cfg->rx_gran_n_val = in exynos_ufs_specify_phy_time_attr()
593 t_cfg->rx_sleep_cnt = in exynos_ufs_specify_phy_time_attr()
595 t_cfg->rx_stall_cnt = in exynos_ufs_specify_phy_time_attr()
602 struct ufs_phy_time_cfg *t_cfg = &ufs->t_cfg; in exynos_ufs_config_phy_time_attr() local
613 RX_LINERESET(t_cfg->rx_linereset)); in exynos_ufs_config_phy_time_attr()
615 RX_BASE_NVAL_L(t_cfg->rx_base_n_val)); in exynos_ufs_config_phy_time_attr()
617 RX_BASE_NVAL_H(t_cfg->rx_base_n_val)); in exynos_ufs_config_phy_time_attr()
619 RX_GRAN_NVAL_L(t_cfg->rx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
621 RX_GRAN_NVAL_H(t_cfg->rx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
623 RX_OV_SLEEP_CNT(t_cfg->rx_sleep_cnt)); in exynos_ufs_config_phy_time_attr()
625 RX_OV_STALL_CNT(t_cfg->rx_stall_cnt)); in exynos_ufs_config_phy_time_attr()
630 TX_LINERESET_P(t_cfg->tx_linereset_p)); in exynos_ufs_config_phy_time_attr()
632 TX_HIGH_Z_CNT_L(t_cfg->tx_high_z_cnt)); in exynos_ufs_config_phy_time_attr()
634 TX_HIGH_Z_CNT_H(t_cfg->tx_high_z_cnt)); in exynos_ufs_config_phy_time_attr()
636 TX_BASE_NVAL_L(t_cfg->tx_base_n_val)); in exynos_ufs_config_phy_time_attr()
638 TX_BASE_NVAL_H(t_cfg->tx_base_n_val)); in exynos_ufs_config_phy_time_attr()
640 TX_GRAN_NVAL_L(t_cfg->tx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
642 TX_GRAN_NVAL_H(t_cfg->tx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
645 TX_OV_SLEEP_CNT(t_cfg->tx_sleep_cnt)); in exynos_ufs_config_phy_time_attr()