Lines Matching refs:bandwidth_hz
455 if (p->bandwidth_hz <= 5000000) in helene_get_tv_system()
457 else if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
459 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system()
461 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
465 p->bandwidth_hz = 8000000; in helene_get_tv_system()
468 if (p->bandwidth_hz <= 5000000) in helene_get_tv_system()
470 else if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
472 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system()
474 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
478 p->bandwidth_hz = 8000000; in helene_get_tv_system()
487 if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
489 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system()
491 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
495 p->bandwidth_hz = 8000000; in helene_get_tv_system()
498 if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
500 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
506 p->bandwidth_hz); in helene_get_tv_system()