Home
last modified time | relevance | path

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

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