Lines Matching refs:fifo_we_slave_ratio
716 u32 fifo_we_slave_ratio; in get_ext_phy_ctrl_2_intelliphy_4d5() local
718 fifo_we_slave_ratio = DIV_ROUND_CLOSEST( in get_ext_phy_ctrl_2_intelliphy_4d5()
721 return fifo_we_slave_ratio | fifo_we_slave_ratio << 11 | in get_ext_phy_ctrl_2_intelliphy_4d5()
722 fifo_we_slave_ratio << 22; in get_ext_phy_ctrl_2_intelliphy_4d5()
727 u32 fifo_we_slave_ratio; in get_ext_phy_ctrl_3_intelliphy_4d5() local
729 fifo_we_slave_ratio = DIV_ROUND_CLOSEST( in get_ext_phy_ctrl_3_intelliphy_4d5()
732 return fifo_we_slave_ratio >> 10 | fifo_we_slave_ratio << 1 | in get_ext_phy_ctrl_3_intelliphy_4d5()
733 fifo_we_slave_ratio << 12 | fifo_we_slave_ratio << 23; in get_ext_phy_ctrl_3_intelliphy_4d5()
738 u32 fifo_we_slave_ratio; in get_ext_phy_ctrl_4_intelliphy_4d5() local
740 fifo_we_slave_ratio = DIV_ROUND_CLOSEST( in get_ext_phy_ctrl_4_intelliphy_4d5()
743 return fifo_we_slave_ratio >> 9 | fifo_we_slave_ratio << 2 | in get_ext_phy_ctrl_4_intelliphy_4d5()
744 fifo_we_slave_ratio << 13; in get_ext_phy_ctrl_4_intelliphy_4d5()