Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dtda9887.c96 #define cTopMask 0x1f // bit c0:4 macro
468 buf[2] &= ~cTopMask; in tda9887_set_insmod()
510 buf[2] &= ~cTopMask; in tda9887_do_config()
511 buf[2] |= (priv->config >> 8) & cTopMask; in tda9887_do_config()