Home
last modified time | relevance | path

Searched refs:system_code (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/video/cxm/
H A Dcxm_tuner.c624 const struct cxm_tuner_system_code *system_code; in cxm_tuner_select_frequency() local
630 system_code = NULL; in cxm_tuner_select_frequency()
657 system_code = &sc->tuner->systems.codes[i]; in cxm_tuner_select_frequency()
759 if (system_code) { in cxm_tuner_select_frequency()
761 msg[1] = system_code->codes[0]; in cxm_tuner_select_frequency()
762 msg[2] = system_code->codes[1]; in cxm_tuner_select_frequency()
763 msg[3] = system_code->codes[2]; in cxm_tuner_select_frequency()