Lines Matching refs:bandwidth_hz
283 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
285 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
287 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
289 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
293 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
296 if (p->bandwidth_hz <= 5000000) in ascot2e_get_tv_system()
298 else if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
300 else if (p->bandwidth_hz <= 7000000) in ascot2e_get_tv_system()
302 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
306 p->bandwidth_hz = 8000000; in ascot2e_get_tv_system()
309 if (p->bandwidth_hz <= 6000000) in ascot2e_get_tv_system()
311 else if (p->bandwidth_hz <= 8000000) in ascot2e_get_tv_system()
316 __func__, (int)system, p->delivery_system, p->bandwidth_hz); in ascot2e_get_tv_system()