Lines Matching defs:tda8290_easy_mode
33 unsigned char tda8290_easy_mode;
110 priv->tda8290_easy_mode = 0x01;
113 priv->tda8290_easy_mode = 0x02;
116 priv->tda8290_easy_mode = 0x04;
119 priv->tda8290_easy_mode = 0x08;
122 priv->tda8290_easy_mode = 0x10;
125 priv->tda8290_easy_mode = 0x20;
128 priv->tda8290_easy_mode = 0x40;
131 priv->tda8290_easy_mode = 0x10;
137 priv->tda8290_easy_mode = (priv->ver & TDA8295) ? 0x80 : 0x01;
170 unsigned char easy_mode[] = { 0x01, priv->tda8290_easy_mode };
213 expert_mode[1] = priv->tda8290_easy_mode + 0x80;
217 if (priv->tda8290_easy_mode & 0x60)
280 if(priv->tda8290_easy_mode & 0x60) {
335 unsigned char buf[] = { 0x00, priv->tda8290_easy_mode };