Searched refs:byte_clock (Results 1 – 1 of 1) sorted by relevance
728 unsigned long long byte_clock = dsi->hs_clock / 8; in samsung_dsim_set_phy_ctrl() local752 lpx = PS_TO_CYCLE(cfg.lpx, byte_clock); in samsung_dsim_set_phy_ctrl()753 hs_exit = PS_TO_CYCLE(cfg.hs_exit, byte_clock); in samsung_dsim_set_phy_ctrl()754 clk_prepare = PS_TO_CYCLE(cfg.clk_prepare, byte_clock); in samsung_dsim_set_phy_ctrl()755 clk_zero = PS_TO_CYCLE(cfg.clk_zero, byte_clock); in samsung_dsim_set_phy_ctrl()756 clk_post = PS_TO_CYCLE(cfg.clk_post, byte_clock); in samsung_dsim_set_phy_ctrl()757 clk_trail = PS_TO_CYCLE(cfg.clk_trail, byte_clock); in samsung_dsim_set_phy_ctrl()758 hs_prepare = PS_TO_CYCLE(cfg.hs_prepare, byte_clock); in samsung_dsim_set_phy_ctrl()759 hs_zero = PS_TO_CYCLE(cfg.hs_zero, byte_clock); in samsung_dsim_set_phy_ctrl()760 hs_trail = PS_TO_CYCLE(cfg.hs_trail, byte_clock); in samsung_dsim_set_phy_ctrl()