Lines Matching refs:bandwidth_hz
275 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
277 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
279 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
281 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
285 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
288 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
290 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
292 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
294 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
298 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
301 if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
303 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
308 __func__, (int)system, p->delivery_system, p->bandwidth_hz); in ascot2e_get_tv_system()