Lines Matching refs:t_cfg
547 struct ufs_phy_time_cfg *t_cfg = &ufs->t_cfg; in exynos_ufs_specify_phy_time_attr() local
549 t_cfg->tx_linereset_p = in exynos_ufs_specify_phy_time_attr()
551 t_cfg->tx_linereset_n = in exynos_ufs_specify_phy_time_attr()
553 t_cfg->tx_high_z_cnt = in exynos_ufs_specify_phy_time_attr()
555 t_cfg->tx_base_n_val = in exynos_ufs_specify_phy_time_attr()
557 t_cfg->tx_gran_n_val = in exynos_ufs_specify_phy_time_attr()
559 t_cfg->tx_sleep_cnt = in exynos_ufs_specify_phy_time_attr()
562 t_cfg->rx_linereset = in exynos_ufs_specify_phy_time_attr()
564 t_cfg->rx_hibern8_wait = in exynos_ufs_specify_phy_time_attr()
566 t_cfg->rx_base_n_val = in exynos_ufs_specify_phy_time_attr()
568 t_cfg->rx_gran_n_val = in exynos_ufs_specify_phy_time_attr()
570 t_cfg->rx_sleep_cnt = in exynos_ufs_specify_phy_time_attr()
572 t_cfg->rx_stall_cnt = in exynos_ufs_specify_phy_time_attr()
579 struct ufs_phy_time_cfg *t_cfg = &ufs->t_cfg; in exynos_ufs_config_phy_time_attr() local
590 RX_LINERESET(t_cfg->rx_linereset)); in exynos_ufs_config_phy_time_attr()
592 RX_BASE_NVAL_L(t_cfg->rx_base_n_val)); in exynos_ufs_config_phy_time_attr()
594 RX_BASE_NVAL_H(t_cfg->rx_base_n_val)); in exynos_ufs_config_phy_time_attr()
596 RX_GRAN_NVAL_L(t_cfg->rx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
598 RX_GRAN_NVAL_H(t_cfg->rx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
600 RX_OV_SLEEP_CNT(t_cfg->rx_sleep_cnt)); in exynos_ufs_config_phy_time_attr()
602 RX_OV_STALL_CNT(t_cfg->rx_stall_cnt)); in exynos_ufs_config_phy_time_attr()
607 TX_LINERESET_P(t_cfg->tx_linereset_p)); in exynos_ufs_config_phy_time_attr()
609 TX_HIGH_Z_CNT_L(t_cfg->tx_high_z_cnt)); in exynos_ufs_config_phy_time_attr()
611 TX_HIGH_Z_CNT_H(t_cfg->tx_high_z_cnt)); in exynos_ufs_config_phy_time_attr()
613 TX_BASE_NVAL_L(t_cfg->tx_base_n_val)); in exynos_ufs_config_phy_time_attr()
615 TX_BASE_NVAL_H(t_cfg->tx_base_n_val)); in exynos_ufs_config_phy_time_attr()
617 TX_GRAN_NVAL_L(t_cfg->tx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
619 TX_GRAN_NVAL_H(t_cfg->tx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
622 TX_OV_SLEEP_CNT(t_cfg->tx_sleep_cnt)); in exynos_ufs_config_phy_time_attr()