Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dstb6100.c60 u32 val_high; member
376 (ptr->val_high != 0) && !CHKRANGE(frequency, ptr->val_low, ptr->val_high); in stb6100_set_frequency()
379 if (ptr->val_high == 0) { in stb6100_set_frequency()
/linux-4.1.27/drivers/scsi/
Dadvansys.c3959 ushort val_low, val_high; in AscReadLramDWord() local
3964 val_high = AscGetChipLramData(iop_base); in AscReadLramDWord()
3965 dword_data = ((ASC_DCNT) val_high << 16) | (ASC_DCNT) val_low; in AscReadLramDWord()