Searched refs:temp3 (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Ddbtest.c392 union acpi_object *temp3 = NULL; local
450 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp3);
455 if (temp3->integer.value != temp1->integer.value) {
457 ACPI_FORMAT_UINT64(temp3->integer.value),
468 if (temp3) {
469 acpi_os_free(temp3);
494 union acpi_object *temp3 = NULL; local
577 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp3);
582 if (memcmp(temp1->buffer.pointer, temp3->buffer.pointer, byte_length)) {
594 if (temp3) {
620 union acpi_object *temp3 = NULL; local
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c532 u8 temp0, temp1, temp2, temp3, buf[4]; local
580 temp3 = (u8) ((NS_coeff1_2048Nu & 0x03000000) >> 24);
583 buf[0] = temp3;
615 temp3 = (u8) ((NS_coeff2_2k & 0x01C00000) >> 22);
618 buf[0] = temp3;
646 temp3 = (u8) ((NS_coeff1_8191Nu & 0x03000000) >> 24);
649 buf[0] = temp3;
677 temp3 = (u8) ((NS_coeff1_8192Nu & 0x03000000) >> 24);
680 buf[0] = temp3;
708 temp3
[all...]
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_nvram.c132 u8 temp1, temp2, temp3, temp4, temp5, temp6; local
137 temp3 = readb(rom_start + 0xffea + 2);
143 (temp3 == 'M') &&
H A Dcpqphp_core.c87 u8 temp1, temp2, temp3, temp4; local
95 temp3 = readb(fp+2);
99 temp3 == 'M' &&
H A Dcpqphp_pci.c43 u8 temp1, temp2, temp3, temp4; local
51 temp3 = readb(fp + SIG2);
55 temp3 == 'R' &&
/linux-master/drivers/media/dvb-frontends/
H A Dmb86a16.c635 unsigned char temp1, temp2, temp3; local
688 if (mb86a16_read(state, 0x24, &temp3) != 2)
692 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4);
/linux-master/drivers/scsi/
H A DFlashPoint.c915 unsigned short temp, temp2, temp3, temp4, temp5, temp6; local
983 temp3 = 0x0000;
1003 temp3 >>= 1;
1022 temp3 |= 0x8000;
1031 pCardInfo->si_per_targ_no_disc = temp3;
1130 temp3 = 0;
1132 temp3 <<= 1;
1134 temp3 |= 1;
1140 if (!(temp3 & BIT(7)))
1142 if (!(temp3
[all...]
/linux-master/drivers/video/fbdev/sis/
H A Dinit.c3131 unsigned char temp1, temp2, temp3; local
3144 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7;
3149 temp3 |= 0x08;
3158 SiS_SetRegByte((somebase + 0x85), temp3);
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1636 u32 temp1, temp2, temp3; local
1644 temp3 = readl(base + NvRegTransmitPoll);
1656 writel(temp3, base + NvRegTransmitPoll);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-core.c3101 __ATTR_MRO(temp3, ctemp_show),

Completed in 224 milliseconds