Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/dvb/frontends/
Dstb6100.c58 u32 val_high; member
368 (ptr->val_high != 0) && !CHKRANGE(frequency, ptr->val_low, ptr->val_high); in stb6100_set_frequency()
371 if (ptr->val_high == 0) { in stb6100_set_frequency()
/linux-2.6.39/drivers/scsi/
Dadvansys.c4471 ushort val_low, val_high; in AscReadLramDWord() local
4476 val_high = AscGetChipLramData(iop_base); in AscReadLramDWord()
4477 dword_data = ((ASC_DCNT) val_high << 16) | (ASC_DCNT) val_low; in AscReadLramDWord()