Lines Matching refs:bandwidth_hz
464 if (p->bandwidth_hz <= 5000000) in helene_get_tv_system()
466 else if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
468 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system()
470 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
474 p->bandwidth_hz = 8000000; in helene_get_tv_system()
477 if (p->bandwidth_hz <= 5000000) in helene_get_tv_system()
479 else if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
481 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system()
483 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
487 p->bandwidth_hz = 8000000; in helene_get_tv_system()
496 if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
498 else if (p->bandwidth_hz <= 7000000) in helene_get_tv_system()
500 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
504 p->bandwidth_hz = 8000000; in helene_get_tv_system()
507 if (p->bandwidth_hz <= 6000000) in helene_get_tv_system()
509 else if (p->bandwidth_hz <= 8000000) in helene_get_tv_system()
515 p->bandwidth_hz); in helene_get_tv_system()