Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dtc90522.c326 static const enum fe_modulation mod_conv[] = { enum
367 c->layer[0].modulation = mod_conv[(val[1] & 0xe0) >> 5]; in tc90522t_get_frontend()
380 c->layer[1].modulation = mod_conv[(val[2] & 0x07)]; in tc90522t_get_frontend()
392 c->layer[2].modulation = mod_conv[(val[4] & 0x38) >> 3]; in tc90522t_get_frontend()