Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dtda9887.c97 #define cTopMask 0x1f // bit c0:4 macro
469 buf[2] &= ~cTopMask; in tda9887_set_insmod()
511 buf[2] &= ~cTopMask; in tda9887_do_config()
512 buf[2] |= (priv->config >> 8) & cTopMask; in tda9887_do_config()