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

/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.h21 #define BT878_VERSION_CODE 0x000000 macro
H A Dbt878.c551 (BT878_VERSION_CODE >> 16) & 0xff,
552 (BT878_VERSION_CODE >> 8) & 0xff,
553 BT878_VERSION_CODE & 0xff);

Completed in 190 milliseconds