Searched refs:TDA9887_TOP (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dtuner.h147 #define TDA9887_TOP(top) (TDA9887_TOP_SET | (((16 + (top)) & 0x1f) << 8)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-simple.c634 tda_config |= TDA9887_TOP(t_params->default_top_secam_low);
636 tda_config |= TDA9887_TOP(t_params->default_top_secam_mid);
638 tda_config |= TDA9887_TOP(t_params->default_top_secam_high);
641 tda_config |= TDA9887_TOP(t_params->default_top_low);
643 tda_config |= TDA9887_TOP(t_params->default_top_mid);
645 tda_config |= TDA9887_TOP(t_params->default_top_high);

Completed in 36 milliseconds