Searched refs:BT878_VERSION_CODE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Dbt878.h33 #define BT878_VERSION_CODE 0x000000 macro
H A Dbt878.c588 (BT878_VERSION_CODE >> 16) & 0xff,
589 (BT878_VERSION_CODE >> 8) & 0xff,
590 BT878_VERSION_CODE & 0xff);

Completed in 54 milliseconds