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

/linux-4.4.14/drivers/media/dvb-frontends/
H A Dtc90522.c336 static const enum fe_modulation mod_conv[] = { variable in typeref:enum:fe_modulation
378 c->layer[0].modulation = mod_conv[(val[1] & 0xe0) >> 5]; tc90522t_get_frontend()
391 c->layer[1].modulation = mod_conv[(val[2] & 0x07)]; tc90522t_get_frontend()
403 c->layer[2].modulation = mod_conv[(val[4] & 0x38) >> 3]; tc90522t_get_frontend()

Completed in 54 milliseconds