Home
last modified time | relevance | path

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

/drivers/media/pci/cx25821/
Dcx25821.h48 #define CX25821_VERSION_CODE KERNEL_VERSION(0, 0, 106) macro
Dcx25821-core.c1409 (CX25821_VERSION_CODE >> 16) & 0xff, in cx25821_init()
1410 (CX25821_VERSION_CODE >> 8) & 0xff, in cx25821_init()
1411 CX25821_VERSION_CODE & 0xff); in cx25821_init()