Home
last modified time | relevance | path

Searched refs:orig_value (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/ide/
Dht6560b.c164 u8 orig_value; in try_to_init_ht6560b() local
168 if ((orig_value = inb(HT_CONFIG_PORT)) == 0xff) in try_to_init_ht6560b()
174 outb(orig_value, HT_CONFIG_PORT); in try_to_init_ht6560b()
180 outb(orig_value, HT_CONFIG_PORT); in try_to_init_ht6560b()
/Linux-v5.4/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-pid.tc34 orig_value=`grep function-fork trace_options`
42 echo $orig_value > trace_options
/Linux-v5.4/sound/pci/ice1712/
Dprodigy192.c682 unsigned char orig_value; in prodigy192_miodio_exists() local
687 orig_value = prodigy192_ak4114_read(ice, addr); in prodigy192_miodio_exists()
692 prodigy192_ak4114_write(ice, addr, orig_value); in prodigy192_miodio_exists()
/Linux-v5.4/drivers/pci/
Dpci-acpi.c500 u32 match_reg, write_reg, header, orig_value; in program_hpx_type3_register() local
543 orig_value = write_reg; in program_hpx_type3_register()
547 if (orig_value == write_reg) in program_hpx_type3_register()
553 pos, orig_value, write_reg); in program_hpx_type3_register()
/Linux-v5.4/kernel/
Dparams.c316 bool orig_value = *(bool *)kp->arg; in param_set_bool_enable_only() local
326 if (!new_value && orig_value) in param_set_bool_enable_only()
/Linux-v5.4/drivers/mfd/
Dab8500-debugfs.c1597 u8 orig_value; in ab8500_modem_show() local
1607 AB8500_REGU_CTRL1, AB8500_SUPPLY_CONTROL_REG, &orig_value); in ab8500_modem_show()
1632 AB8500_REGU_CTRL1, AB8500_SUPPLY_CONTROL_REG, orig_value); in ab8500_modem_show()
/Linux-v5.4/drivers/block/drbd/
Ddrbd_nl.c1530 int orig_value = disk_conf->rs_discard_granularity; in sanitize_disk_conf() local
1542 if (disk_conf->rs_discard_granularity != orig_value) in sanitize_disk_conf()