Lines Matching refs:fifo_we_slave_ratio
714 u32 fifo_we_slave_ratio; in get_ext_phy_ctrl_2_intelliphy_4d5() local
716 fifo_we_slave_ratio = DIV_ROUND_CLOSEST( in get_ext_phy_ctrl_2_intelliphy_4d5()
719 return fifo_we_slave_ratio | fifo_we_slave_ratio << 11 | in get_ext_phy_ctrl_2_intelliphy_4d5()
720 fifo_we_slave_ratio << 22; in get_ext_phy_ctrl_2_intelliphy_4d5()
725 u32 fifo_we_slave_ratio; in get_ext_phy_ctrl_3_intelliphy_4d5() local
727 fifo_we_slave_ratio = DIV_ROUND_CLOSEST( in get_ext_phy_ctrl_3_intelliphy_4d5()
730 return fifo_we_slave_ratio >> 10 | fifo_we_slave_ratio << 1 | in get_ext_phy_ctrl_3_intelliphy_4d5()
731 fifo_we_slave_ratio << 12 | fifo_we_slave_ratio << 23; in get_ext_phy_ctrl_3_intelliphy_4d5()
736 u32 fifo_we_slave_ratio; in get_ext_phy_ctrl_4_intelliphy_4d5() local
738 fifo_we_slave_ratio = DIV_ROUND_CLOSEST( in get_ext_phy_ctrl_4_intelliphy_4d5()
741 return fifo_we_slave_ratio >> 9 | fifo_we_slave_ratio << 2 | in get_ext_phy_ctrl_4_intelliphy_4d5()
742 fifo_we_slave_ratio << 13; in get_ext_phy_ctrl_4_intelliphy_4d5()