[go: nahoru, domu]

Searched refs:BAND_CBAND (Results 1 - 3 of 3) sorted by relevance

/drivers/media/dvb-frontends/
H A Ddibx000_common.h57 #define BAND_CBAND 0x20 macro
59 #define BAND_OF_FREQUENCY(freq_kHz) ((freq_kHz) <= 170000 ? BAND_CBAND : \
H A Ddib0090.c914 if (state->current_band == BAND_CBAND)
1079 if (state->current_band == BAND_CBAND) {
1118 dprintk("ramp RF gain = %d BAND = %s version = %d", state->rf_ramp[0], (state->current_band == BAND_CBAND) ? "CBAND" : "NOT CBAND", state->identity.version & 0x1f);
1120 if ((state->rf_ramp[0] == 0) || (state->current_band == BAND_CBAND && (state->identity.version & 0x1f) <= P1D_E_F)) {
1181 if (state->current_band == BAND_CBAND && !state->identity.p1g) {
1186 if ((state->current_band == BAND_CBAND || state->current_band == BAND_VHF) && state->identity.p1g) {
1226 if (state->current_band == BAND_CBAND && ltg2) {
2322 if (state->current_band & BAND_CBAND || state->current_band & BAND_FM || state->current_band & BAND_VHF
2324 state->current_band = BAND_CBAND;
2331 if (state->current_band & BAND_CBAND || stat
[all...]
/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c1471 .band_caps = BAND_CBAND,
1701 if (band != BAND_CBAND) {
1707 if (band == BAND_CBAND) {
1890 .band_caps = BAND_FM | BAND_VHF | BAND_CBAND,
2707 .band_caps = BAND_FM | BAND_VHF | BAND_CBAND,

Completed in 41 milliseconds