Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/char/
Dnwflash.c296 int temp, temp1; in erase_block() local
382 if ((temp1 = *(volatile unsigned int *) pWritePtr) != 0xFFFFFFFF) { in erase_block()
384 pWritePtr, temp1); in erase_block()
/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_nvram.c132 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local
135 temp1 = readb(rom_start + 0xffea + 0); in check_for_compaq_ROM()
141 if ((temp1 == 'C') && in check_for_compaq_ROM()
Dcpqphp_core.c87 u8 temp1, temp2, temp3, temp4; in detect_SMBIOS_pointer() local
93 temp1 = readb(fp); in detect_SMBIOS_pointer()
97 if (temp1 == '_' && in detect_SMBIOS_pointer()
Dcpqphp_pci.c43 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local
49 temp1 = readb(fp + SIG0); in detect_HRT_floating_pointer()
53 if (temp1 == '$' && in detect_HRT_floating_pointer()
/linux-4.19.296/drivers/media/dvb-frontends/
Dmb86a16.c647 unsigned char temp1, temp2, temp3; in freqerr_chk() local
663 if (mb86a16_read(state, 0x49, &temp1) != 2) in freqerr_chk()
666 afcen = (temp1 & 0x04) >> 2; in freqerr_chk()
668 if (mb86a16_read(state, 0x2a, &temp1) != 2) in freqerr_chk()
670 afcexen = (temp1 & 0x20) >> 5; in freqerr_chk()
696 if (mb86a16_read(state, 0x22, &temp1) != 2) in freqerr_chk()
703 R = (temp1 & 0xe0) >> 5; in freqerr_chk()
704 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4); in freqerr_chk()