Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dtc90522.c333 static const fe_modulation_t mod_conv[] = { variable
375 c->layer[0].modulation = mod_conv[(val[1] & 0xe0) >> 5]; in tc90522t_get_frontend()
388 c->layer[1].modulation = mod_conv[(val[2] & 0x07)]; in tc90522t_get_frontend()
400 c->layer[2].modulation = mod_conv[(val[4] & 0x38) >> 3]; in tc90522t_get_frontend()