Searched refs:temp3 (Results 1 – 10 of 10) sorted by relevance
/drivers/acpi/acpica/ |
D | dbtest.c | 392 union acpi_object *temp3 = NULL; in acpi_db_test_integer_type() local 450 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp3); in acpi_db_test_integer_type() 455 if (temp3->integer.value != temp1->integer.value) { in acpi_db_test_integer_type() 457 ACPI_FORMAT_UINT64(temp3->integer.value), in acpi_db_test_integer_type() 468 if (temp3) { in acpi_db_test_integer_type() 469 acpi_os_free(temp3); in acpi_db_test_integer_type() 494 union acpi_object *temp3 = NULL; in acpi_db_test_buffer_type() local 577 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp3); in acpi_db_test_buffer_type() 582 if (memcmp(temp1->buffer.pointer, temp3->buffer.pointer, byte_length)) { in acpi_db_test_buffer_type() 594 if (temp3) { in acpi_db_test_buffer_type() [all …]
|
/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 532 u8 temp0, temp1, temp2, temp3, buf[4]; in af9005_fe_program_cfoe() local 580 temp3 = (u8) ((NS_coeff1_2048Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe() 583 buf[0] = temp3; in af9005_fe_program_cfoe() 615 temp3 = (u8) ((NS_coeff2_2k & 0x01C00000) >> 22); in af9005_fe_program_cfoe() 618 buf[0] = temp3; in af9005_fe_program_cfoe() 646 temp3 = (u8) ((NS_coeff1_8191Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe() 649 buf[0] = temp3; in af9005_fe_program_cfoe() 677 temp3 = (u8) ((NS_coeff1_8192Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe() 680 buf[0] = temp3; in af9005_fe_program_cfoe() 708 temp3 = (u8) ((NS_coeff1_8193Nu & 0x03000000) >> 24); in af9005_fe_program_cfoe() [all …]
|
/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 132 u8 temp1, temp2, temp3, temp4, temp5, temp6; in check_for_compaq_ROM() local 137 temp3 = readb(rom_start + 0xffea + 2); in check_for_compaq_ROM() 143 (temp3 == 'M') && in check_for_compaq_ROM()
|
D | cpqphp_core.c | 87 u8 temp1, temp2, temp3, temp4; in detect_SMBIOS_pointer() local 95 temp3 = readb(fp+2); in detect_SMBIOS_pointer() 99 temp3 == 'M' && in detect_SMBIOS_pointer()
|
D | cpqphp_pci.c | 43 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local 51 temp3 = readb(fp + SIG2); in detect_HRT_floating_pointer() 55 temp3 == 'R' && in detect_HRT_floating_pointer()
|
/drivers/media/dvb-frontends/ |
D | mb86a16.c | 635 unsigned char temp1, temp2, temp3; in freqerr_chk() local 688 if (mb86a16_read(state, 0x24, &temp3) != 2) in freqerr_chk() 692 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4); in freqerr_chk()
|
/drivers/scsi/ |
D | FlashPoint.c | 943 unsigned short temp, temp2, temp3, temp4, temp5, temp6; in FlashPoint_ProbeHostAdapter() local 1011 temp3 = 0x0000; in FlashPoint_ProbeHostAdapter() 1031 temp3 >>= 1; in FlashPoint_ProbeHostAdapter() 1050 temp3 |= 0x8000; in FlashPoint_ProbeHostAdapter() 1059 pCardInfo->si_per_targ_no_disc = temp3; in FlashPoint_ProbeHostAdapter() 1158 temp3 = 0; in FlashPoint_ProbeHostAdapter() 1160 temp3 <<= 1; in FlashPoint_ProbeHostAdapter() 1162 temp3 |= 1; in FlashPoint_ProbeHostAdapter() 1168 if (!(temp3 & BIT(7))) in FlashPoint_ProbeHostAdapter() 1170 if (!(temp3 & BIT(6))) in FlashPoint_ProbeHostAdapter()
|
/drivers/video/fbdev/sis/ |
D | init.c | 3132 unsigned char temp1, temp2, temp3; in SiS_Handle760() local 3145 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7; in SiS_Handle760() 3150 temp3 |= 0x08; in SiS_Handle760() 3159 SiS_SetRegByte((somebase + 0x85), temp3); in SiS_Handle760()
|
/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 1637 u32 temp1, temp2, temp3; in nv_mac_reset() local 1645 temp3 = readl(base + NvRegTransmitPoll); in nv_mac_reset() 1657 writel(temp3, base + NvRegTransmitPoll); in nv_mac_reset()
|
/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 3110 __ATTR_MRO(temp3, ctemp_show),
|