Searched refs:temp3 (Results 1 – 10 of 10) sorted by relevance
| /drivers/acpi/acpica/ |
| A D | dbtest.c | 392 union acpi_object *temp3 = NULL; in acpi_db_test_integer_type() local 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 594 if (temp3) { in acpi_db_test_buffer_type() 595 acpi_os_free(temp3); in acpi_db_test_buffer_type() 620 union acpi_object *temp3 = NULL; in acpi_db_test_string_type() local 688 if (temp3) { in acpi_db_test_string_type() [all …]
|
| /drivers/media/usb/dvb-usb/ |
| A 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() 680 buf[0] = temp3; in af9005_fe_program_cfoe() 711 buf[0] = temp3; in af9005_fe_program_cfoe() 739 temp3 = (u8) ((NS_coeff2_8k & 0x01C00000) >> 22); in af9005_fe_program_cfoe() [all …]
|
| /drivers/pci/hotplug/ |
| A 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()
|
| A 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()
|
| A D | cpqphp_pci.c | 46 u8 temp1, temp2, temp3, temp4; in detect_HRT_floating_pointer() local 54 temp3 = readb(fp + SIG2); in detect_HRT_floating_pointer() 58 temp3 == 'R' && in detect_HRT_floating_pointer()
|
| /drivers/scsi/ |
| A D | FlashPoint.c | 915 unsigned short temp, temp2, temp3, temp4, temp5, temp6; in FlashPoint_ProbeHostAdapter() local 983 temp3 = 0x0000; in FlashPoint_ProbeHostAdapter() 1003 temp3 >>= 1; in FlashPoint_ProbeHostAdapter() 1022 temp3 |= 0x8000; in FlashPoint_ProbeHostAdapter() 1031 pCardInfo->si_per_targ_no_disc = temp3; in FlashPoint_ProbeHostAdapter() 1130 temp3 = 0; in FlashPoint_ProbeHostAdapter() 1132 temp3 <<= 1; in FlashPoint_ProbeHostAdapter() 1134 temp3 |= 1; in FlashPoint_ProbeHostAdapter() 1140 if (!(temp3 & BIT(7))) in FlashPoint_ProbeHostAdapter() 1142 if (!(temp3 & BIT(6))) in FlashPoint_ProbeHostAdapter()
|
| /drivers/media/dvb-frontends/ |
| A 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/video/fbdev/sis/ |
| A D | init.c | 3131 unsigned char temp1, temp2, temp3; in SiS_Handle760() local 3144 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7; in SiS_Handle760() 3149 temp3 |= 0x08; in SiS_Handle760() 3158 SiS_SetRegByte((somebase + 0x85), temp3); in SiS_Handle760()
|
| /drivers/net/ethernet/nvidia/ |
| A D | forcedeth.c | 1622 u32 temp1, temp2, temp3; in nv_mac_reset() local 1630 temp3 = readl(base + NvRegTransmitPoll); in nv_mac_reset() 1642 writel(temp3, base + NvRegTransmitPoll); in nv_mac_reset()
|
| /drivers/media/pci/ddbridge/ |
| A D | ddbridge-core.c | 3101 __ATTR_MRO(temp3, ctemp_show),
|
Completed in 61 milliseconds