Home
last modified time | relevance | path

Searched refs:value1 (Results 1 – 11 of 11) sorted by relevance

/drivers/clocksource/
Dacpi_pm.c153 cycle_t value1, value2; in verify_pmtmr_rate() local
157 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in verify_pmtmr_rate()
160 delta = (value2 - value1) & ACPI_PM_MASK; in verify_pmtmr_rate()
184 cycle_t value1, value2; in init_acpi_pm_clocksource() local
193 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in init_acpi_pm_clocksource()
196 if (value2 == value1) in init_acpi_pm_clocksource()
198 if (value2 > value1) in init_acpi_pm_clocksource()
200 if ((value2 < value1) && ((value2) < 0xFFF)) in init_acpi_pm_clocksource()
204 value1, value2); in init_acpi_pm_clocksource()
210 " (0x%#llx) - aborting.\n", value1); in init_acpi_pm_clocksource()
/drivers/staging/media/go7007/
Ds2250-board.c395 int value1; in s2250_s_ctrl() local
406 value1 = (state->brightness - 50) * 255 / 100; in s2250_s_ctrl()
409 value1 | (oldvalue & ~0xff)); in s2250_s_ctrl()
412 value1 | (oldvalue & ~0xff)); in s2250_s_ctrl()
422 value1 = state->contrast * 0x40 / 100; in s2250_s_ctrl()
423 if (value1 > 0x3f) in s2250_s_ctrl()
424 value1 = 0x3f; /* max */ in s2250_s_ctrl()
427 value1 | (oldvalue & ~0x3f)); in s2250_s_ctrl()
430 value1 | (oldvalue & ~0x3f)); in s2250_s_ctrl()
440 value1 = state->saturation * 4140 / 100; in s2250_s_ctrl()
[all …]
/drivers/ata/
Dpata_pdc2027x.c84 u8 value0, value1, value2; member
94 u8 value0, value1; member
102 u8 value0, value1, value2; member
314 (pdc2027x_pio_timing_tbl[pio].value1 << 8); in pdc2027x_set_piomode()
362 (pdc2027x_udma_timing_tbl[udma_mode].value1 << 8) | in pdc2027x_set_dmamode()
380 (pdc2027x_mdma_timing_tbl[mdma_mode].value1 << 24); in pdc2027x_set_dmamode()
/drivers/media/dvb/dvb-usb/
Daz6007.c273 u16 value1; in az6007_ci_write_attribute_mem() local
283 value1 = address; in az6007_ci_write_attribute_mem()
287 ret = az6007_write(d, req, value1, index, NULL, blen); in az6007_ci_write_attribute_mem()
350 u16 value1; in az6007_ci_write_cam_control() local
359 value1 = address; in az6007_ci_write_cam_control()
363 ret = az6007_write(d, req, value1, index, NULL, blen); in az6007_ci_write_cam_control()
Daz6027.c458 u16 value1; in az6027_ci_write_attribute_mem() local
468 value1 = address; in az6027_ci_write_attribute_mem()
472 ret = az6027_usb_out_op(d, req, value1, index, NULL, blen); in az6027_ci_write_attribute_mem()
535 u16 value1; in az6027_ci_write_cam_control() local
544 value1 = address; in az6027_ci_write_cam_control()
548 ret = az6027_usb_out_op(d, req, value1, index, NULL, blen); in az6027_ci_write_cam_control()
/drivers/md/persistent-data/
Ddm-btree.h75 int (*equal)(void *context, void *value1, void *value2);
/drivers/acpi/
Dprocessor_driver.c123 u8 value1 = 0; in acpi_processor_errata_piix4() local
202 pci_read_config_byte(dev, 0x76, &value1); in acpi_processor_errata_piix4()
204 if ((value1 & 0x80) || (value2 & 0x80)) in acpi_processor_errata_piix4()
/drivers/net/ethernet/sfc/
Dbitfield.h275 field1, value1, \ argument
285 (EFX_INSERT_FIELD_NATIVE((min), (max), field1, (value1)) | \
/drivers/staging/bcm/
Dnvm.c71 UINT value1 = 0; in ReadEEPROMStatusRegister() local
106 rdmalt(Adapter, EEPROM_SPI_Q_STATUS_REG, &value1, sizeof(value1)); in ReadEEPROMStatusRegister()
107 …YPE_PRINTK, 0, 0,"0x3004 = %x 0x3008 = %x, retries = %d failed.\n",value,value1, MAX_EEPROM_RETRI… in ReadEEPROMStatusRegister()
141 UINT value1 = 0; in ReadBeceemEEPROMBulk() local
204 value1=0; in ReadBeceemEEPROMBulk()
206 rdmalt(Adapter, EEPROM_SPI_Q_STATUS_REG, &value1, sizeof(value1)); in ReadBeceemEEPROMBulk()
207 …%d 0x3004 = %x 0x3008 = %x retries = %d failed.\n", dwNumWords, value, value1, MAX_EEPROM_RETRI… in ReadBeceemEEPROMBulk()
/drivers/scsi/pm8001/
Dpm8001_hwi.c525 u32 value, value1; in check_fw_ready() local
529 value1 = pm8001_cr32(pm8001_ha, 0, MSGU_SCRATCH_PAD_2); in check_fw_ready()
538 if (SCRATCH_PAD2_ERR == (value1 & SCRATCH_PAD_STATE_MASK)) { in check_fw_ready()
540 value1 = pm8001_cr32(pm8001_ha, 0, MSGU_SCRATCH_PAD_3); in check_fw_ready()
554 if (value1 & SCRATCH_PAD2_STATE_MASK) { in check_fw_ready()
566 value1 = pm8001_cr32(pm8001_ha, 0, MSGU_SCRATCH_PAD_2) in check_fw_ready()
570 } while ((value != SCRATCH_PAD1_RDY) || (value1 != SCRATCH_PAD2_RDY)); in check_fw_ready()
/drivers/gpu/drm/nouveau/
Dnouveau_bios.c2508 uint32_t value1 = ROM32(bios->data[offset + 5]); in init_reset() local
2517 bios_wr32(bios, reg, value1); in init_reset()