Lines Matching refs:bandwidth_hz
284 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
286 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
288 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
290 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
294 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
297 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
299 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
301 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
303 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
307 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
310 if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
312 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
317 __func__, (int)system, p->delivery_system, p->bandwidth_hz); in ascot2e_get_tv_system()