Lines Matching refs:bandwidth

468 					       u32 bandwidth);
471 u32 bandwidth);
474 u32 bandwidth);
477 u32 bandwidth);
1186 u32 bandwidth, int *offset) in cxd2841er_get_carrier_offset_i() argument
1207 switch (bandwidth) { in cxd2841er_get_carrier_offset_i()
1219 __func__, bandwidth); in cxd2841er_get_carrier_offset_i()
1224 __func__, bandwidth, *offset); in cxd2841er_get_carrier_offset_i()
1230 u32 bandwidth, int *offset) in cxd2841er_get_carrier_offset_t() argument
1250 *offset *= (bandwidth / 1000000); in cxd2841er_get_carrier_offset_t()
1256 u32 bandwidth, int *offset) in cxd2841er_get_carrier_offset_t2() argument
1276 switch (bandwidth) { in cxd2841er_get_carrier_offset_t2()
1284 *offset *= (bandwidth / 1000000); in cxd2841er_get_carrier_offset_t2()
1289 __func__, bandwidth); in cxd2841er_get_carrier_offset_t2()
2171 u32 bandwidth) in cxd2841er_sleep_tc_to_active_t2_band() argument
2259 switch (bandwidth) { in cxd2841er_sleep_tc_to_active_t2_band()
2417 struct cxd2841er_priv *priv, u32 bandwidth) in cxd2841er_sleep_tc_to_active_t_band() argument
2489 switch (bandwidth) { in cxd2841er_sleep_tc_to_active_t_band()
2644 struct cxd2841er_priv *priv, u32 bandwidth) in cxd2841er_sleep_tc_to_active_i_band() argument
2691 dev_dbg(&priv->i2c->dev, "%s() bandwidth=%u\n", __func__, bandwidth); in cxd2841er_sleep_tc_to_active_i_band()
2698 if (priv->xtal != SONY_XTAL_24000 && bandwidth > 6000000) { in cxd2841er_sleep_tc_to_active_i_band()
2701 __func__, bandwidth); in cxd2841er_sleep_tc_to_active_i_band()
2705 switch (bandwidth) { in cxd2841er_sleep_tc_to_active_i_band()
2806 __func__, bandwidth); in cxd2841er_sleep_tc_to_active_i_band()
2813 u32 bandwidth) in cxd2841er_sleep_tc_to_active_c_band() argument
2824 if (bandwidth != 6000000 && in cxd2841er_sleep_tc_to_active_c_band()
2825 bandwidth != 7000000 && in cxd2841er_sleep_tc_to_active_c_band()
2826 bandwidth != 8000000) { in cxd2841er_sleep_tc_to_active_c_band()
2828 __func__, bandwidth); in cxd2841er_sleep_tc_to_active_c_band()
2829 bandwidth = 8000000; in cxd2841er_sleep_tc_to_active_c_band()
2832 dev_dbg(&priv->i2c->dev, "%s() bw=%d\n", __func__, bandwidth); in cxd2841er_sleep_tc_to_active_c_band()
2834 switch (bandwidth) { in cxd2841er_sleep_tc_to_active_c_band()
2854 __func__, bandwidth); in cxd2841er_sleep_tc_to_active_c_band()
2864 switch (bandwidth) { in cxd2841er_sleep_tc_to_active_c_band()
2877 switch (bandwidth) { in cxd2841er_sleep_tc_to_active_c_band()
2898 u32 bandwidth) in cxd2841er_sleep_tc_to_active_t() argument
2961 cxd2841er_sleep_tc_to_active_t_band(priv, bandwidth); in cxd2841er_sleep_tc_to_active_t()
2973 u32 bandwidth) in cxd2841er_sleep_tc_to_active_t2() argument
3114 cxd2841er_sleep_tc_to_active_t2_band(priv, bandwidth); in cxd2841er_sleep_tc_to_active_t2()
3128 u32 bandwidth) in cxd2841er_sleep_tc_to_active_i() argument
3194 cxd2841er_sleep_tc_to_active_i_band(priv, bandwidth); in cxd2841er_sleep_tc_to_active_i()
3206 u32 bandwidth) in cxd2841er_sleep_tc_to_active_c() argument
3254 cxd2841er_sleep_tc_to_active_c_band(priv, bandwidth); in cxd2841er_sleep_tc_to_active_c()