Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/i2c/
Dtvpll_tuners.c37 { 157250000, 62500, 0xc6, 0x41, TVPLL_IGNORE_AUX },
38 { 454000000, 62500, 0xc6, 0x42, TVPLL_IGNORE_AUX },
39 { 999999999, 62500, 0xc6, 0x44, TVPLL_IGNORE_AUX },
Dtvpllvar.h37 #define TVPLL_IGNORE_AUX 0xff macro
Dtvpll.c137 if (b[4] != TVPLL_IGNORE_AUX) { in tvpll_tune_dtv()