Lines Matching refs:t_cfg

535 	struct ufs_phy_time_cfg *t_cfg = &ufs->t_cfg;  in exynos_ufs_specify_phy_time_attr()  local
537 t_cfg->tx_linereset_p = in exynos_ufs_specify_phy_time_attr()
539 t_cfg->tx_linereset_n = in exynos_ufs_specify_phy_time_attr()
541 t_cfg->tx_high_z_cnt = in exynos_ufs_specify_phy_time_attr()
543 t_cfg->tx_base_n_val = in exynos_ufs_specify_phy_time_attr()
545 t_cfg->tx_gran_n_val = in exynos_ufs_specify_phy_time_attr()
547 t_cfg->tx_sleep_cnt = in exynos_ufs_specify_phy_time_attr()
550 t_cfg->rx_linereset = in exynos_ufs_specify_phy_time_attr()
552 t_cfg->rx_hibern8_wait = in exynos_ufs_specify_phy_time_attr()
554 t_cfg->rx_base_n_val = in exynos_ufs_specify_phy_time_attr()
556 t_cfg->rx_gran_n_val = in exynos_ufs_specify_phy_time_attr()
558 t_cfg->rx_sleep_cnt = in exynos_ufs_specify_phy_time_attr()
560 t_cfg->rx_stall_cnt = in exynos_ufs_specify_phy_time_attr()
567 struct ufs_phy_time_cfg *t_cfg = &ufs->t_cfg; in exynos_ufs_config_phy_time_attr() local
578 RX_LINERESET(t_cfg->rx_linereset)); in exynos_ufs_config_phy_time_attr()
580 RX_BASE_NVAL_L(t_cfg->rx_base_n_val)); in exynos_ufs_config_phy_time_attr()
582 RX_BASE_NVAL_H(t_cfg->rx_base_n_val)); in exynos_ufs_config_phy_time_attr()
584 RX_GRAN_NVAL_L(t_cfg->rx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
586 RX_GRAN_NVAL_H(t_cfg->rx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
588 RX_OV_SLEEP_CNT(t_cfg->rx_sleep_cnt)); in exynos_ufs_config_phy_time_attr()
590 RX_OV_STALL_CNT(t_cfg->rx_stall_cnt)); in exynos_ufs_config_phy_time_attr()
595 TX_LINERESET_P(t_cfg->tx_linereset_p)); in exynos_ufs_config_phy_time_attr()
597 TX_HIGH_Z_CNT_L(t_cfg->tx_high_z_cnt)); in exynos_ufs_config_phy_time_attr()
599 TX_HIGH_Z_CNT_H(t_cfg->tx_high_z_cnt)); in exynos_ufs_config_phy_time_attr()
601 TX_BASE_NVAL_L(t_cfg->tx_base_n_val)); in exynos_ufs_config_phy_time_attr()
603 TX_BASE_NVAL_H(t_cfg->tx_base_n_val)); in exynos_ufs_config_phy_time_attr()
605 TX_GRAN_NVAL_L(t_cfg->tx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
607 TX_GRAN_NVAL_H(t_cfg->tx_gran_n_val)); in exynos_ufs_config_phy_time_attr()
610 TX_OV_SLEEP_CNT(t_cfg->tx_sleep_cnt)); in exynos_ufs_config_phy_time_attr()