Home
last modified time | relevance | path

Searched refs:reload (Results 1 – 57 of 57) sorted by relevance

/linux-4.4.14/drivers/staging/comedi/drivers/
Daddi_watchdog.c47 unsigned int reload; in addi_watchdog_insn_config() local
52 reload = data[1] & s->maxdata; in addi_watchdog_insn_config()
53 outl(reload, spriv->iobase + ADDI_TCW_RELOAD_REG); in addi_watchdog_insn_config()
57 20 * reload + 20); in addi_watchdog_insn_config()
/linux-4.4.14/drivers/watchdog/
Dwdt285.c46 static unsigned int reload; variable
66 *CSR_TIMER4_LOAD = reload; in watchdog_ping()
82 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_open()
174 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_ioctl()
Dhpwdt.c48 static unsigned int reload; /* the computed soft_margin */ variable
437 reload = SECS_TO_TICKS(soft_margin); in hpwdt_start()
438 iowrite16(reload, hpwdt_timer_reg); in hpwdt_start()
453 iowrite16(reload, hpwdt_timer_reg); in hpwdt_ping()
466 reload = SECS_TO_TICKS(soft_margin); in hpwdt_change_timer()
/linux-4.4.14/arch/powerpc/include/asm/
Dfsl_gtm.h41 bool reload);
43 bool reload);
/linux-4.4.14/arch/arm/mach-omap2/
Dsleep24xx.S90 strne r0, [r1] @ rewrite DLLA to force DLL reload
92 strne r0, [r1] @ rewrite DLLB to force DLL reload
/linux-4.4.14/drivers/acpi/acpica/
Dtbinstal.c245 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument
267 if (!reload && in acpi_tb_install_standard_table()
284 if (reload) { in acpi_tb_install_standard_table()
Dactables.h122 u8 reload, u8 override, u32 *table_index);
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_gtm.c247 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16() argument
262 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_timer16()
283 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16() argument
295 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_exact_timer16()
/linux-4.4.14/drivers/misc/genwqe/
Dcard_sysfs.c222 int reload; in reload_bitstream_store() local
225 if (kstrtoint(buf, 0, &reload) < 0) in reload_bitstream_store()
228 if (reload == 0x1) { in reload_bitstream_store()
/linux-4.4.14/arch/arm/mach-cns3xxx/
Dcore.c136 int reload; in cns3xxx_set_periodic() local
138 reload = pclk * 20 / (3 * HZ) * 0x25000; in cns3xxx_set_periodic()
139 writel(reload, cns3xxx_tmr1 + TIMER1_AUTO_RELOAD_OFFSET); in cns3xxx_set_periodic()
/linux-4.4.14/Documentation/hwmon/
Dsht1542 sensors. Disabling the reload of those coefficients allows saving 10ms for each
60 flag to indicate not to reload from OTP (default to false).
Dabituguru-datasheet311 immediately enter the bios and reload the defaults). This probably means that
/linux-4.4.14/drivers/input/serio/
Dapbps2.c39 u32 __iomem reload; /* 0x0c */ member
173 iowrite32be(freq_hz / 10000, &priv->regs->reload); in apbps2_of_probe()
/linux-4.4.14/arch/sparc/kernel/
Ddtlb_prot.S24 mov TLB_TAG_ACCESS, %g4 ! For reload of vaddr
/linux-4.4.14/arch/x86/kernel/acpi/
Dwakeup_32.S22 # reload the gdt, as we need the full 32 bit address
/linux-4.4.14/drivers/char/mwave/
DREADME5 are not saved by the BIOS and so do not persist after unload and reload.
/linux-4.4.14/arch/arm/kernel/
Dentry-common.S82 ldmia sp, {r0 - r6} @ have to reload r0 - r6
266 ldmccia r1, {r0 - r6} @ have to reload r0 - r6
/linux-4.4.14/Documentation/x86/
Dearly-microcode.txt25 /dev/cpu/microcode or through /sys/devices/system/cpu/microcode/reload file
Dboot.txt424 - If 0, reload the segment registers in the 32bit entry point.
425 - If 1, do not reload the segment registers in the 32bit entry point.
/linux-4.4.14/drivers/video/fbdev/omap/
DKconfig31 the frame buffer content and thus a reload of the image data to
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-genwqe31 Description: Interface to trigger a PCIe card reset to reload the bitstream.
Dsysfs-class-cxl215 Default is to reload on PERST whichever image the card has
224 to reload the FPGA depending on load_image_on_perst.
Dsysfs-bus-coresight-devices-etm3x86 counter reload value register.
93 counter reload event register.
Dsysfs-bus-coresight-devices-etm4x218 Description: (RW) This sets or returns the reload count value of the
/linux-4.4.14/arch/arm/crypto/
Daesbs-core.S_shipped1140 vldmia r9, {q14} @ reload IV
1141 vld1.8 {q8-q9}, [r0]! @ reload input
1194 vldmia r9, {q14} @ reload IV
1195 vld1.8 {q8-q9}, [r0]! @ reload input
1217 vldmia r9,{q14} @ reload IV
1218 vld1.8 {q8-q9}, [r0]! @ reload input
1238 vldmia r9, {q14} @ reload IV
1239 vld1.8 {q8-q9}, [r0]! @ reload input
1256 vldmia r9, {q14} @ reload IV
1257 vld1.8 {q8-q9}, [r0]! @ reload input
[all …]
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_crtc.c798 static int armada_drm_crtc_cursor_update(struct armada_crtc *dcrtc, bool reload) in armada_drm_crtc_cursor_update() argument
861 reload = true; in armada_drm_crtc_cursor_update()
870 reload = true; in armada_drm_crtc_cursor_update()
872 if (reload) { in armada_drm_crtc_cursor_update()
/linux-4.4.14/arch/arm/vfp/
Dvfphw.S132 @ need to reload it. No need to save the old state as on SMP,
/linux-4.4.14/Documentation/watchdog/
Dhpwdt.txt31 enable NMI sourcing then reload the hpwdt driver with
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dcore.c447 static DEVICE_ATTR(reload, 0200, NULL, reload_store);
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx_235 Misdetection of BUS mode was triggered on module reload only,
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dhw.h527 void (*reload)(struct e1000_hw *); member
D80003es2lan.c1393 .reload = e1000e_reload_nvm_generic,
Dich8lan.c3839 nvm->ops.reload(hw); in e1000_update_nvm_checksum_spt()
3990 nvm->ops.reload(hw); in e1000_update_nvm_checksum_ich8lan()
5723 .reload = e1000e_reload_nvm_generic,
5735 .reload = e1000e_reload_nvm_generic,
D82571.c1956 .reload = e1000e_reload_nvm_generic,
/linux-4.4.14/drivers/s390/block/
Ddasd_int.h356 int (*reload) (struct dasd_device *); member
Ddasd.c597 device->discipline->reload(device); in do_reload_device()
Ddasd_eckd.c5099 .reload = dasd_eckd_reload_device,
/linux-4.4.14/Documentation/console/
Dconsole.txt88 driver, make changes, recompile, reload and rebind the driver without any need
/linux-4.4.14/arch/c6x/kernel/
Dentry.S226 ;; reload syscall args from (possibly modified) stack frame
/linux-4.4.14/Documentation/networking/
Dbatman-adv.txt43 reload the module if you plug your USB wifi adapter into your ma-
Dvortex.txt248 get stuck on the 10base2 port and a driver reload was necessary to
Dbonding.txt1311 ifup and ifdown scripts on the bond devices. To reload the bonding
1407 with different configurations without having to reload the module.
/linux-4.4.14/arch/m68k/fpsp040/
Ddecbin.S433 movel (%a0),%d4 |reload 1st bcd word to d4
Dfpsp.h67 | handler exit code will reload the new frame and discard the old.
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt13 decoder will fail. A firmware reload will often recover, but sometimes a reset
284 Warning: Bad values will require a firmware reload to recover.
/linux-4.4.14/arch/x86/kernel/
Dhead_32.S456 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices246 advantage that you do not have to reload the driver to change a setting.
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt16 can reload the value, and won't your code have fun with two
/linux-4.4.14/arch/unicore32/kernel/
Dentry.S652 ldm (r0 - r3), [r1]+ @ have to reload r0 - r3
/linux-4.4.14/Documentation/device-mapper/
Dthin-provisioning.txt88 You may reload a pool's table, indeed this is how the pool is resized
/linux-4.4.14/Documentation/
Datomic_ops.txt141 stack and later reload. To prevent the compiler from attacking your
Dmemory-barriers.txt1391 (*) The compiler is within its rights to reload a variable, for example,
1417 is why compilers reload variables. Doing so is perfectly safe for
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt414 generation-number then reload root shadow pages on all vcpus. As the VCPUs
/linux-4.4.14/Documentation/PCI/
Dpci.txt501 Failure to do so usually results in the inability to reload the driver.
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt858 inode and reload from the server.
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq1782 * We'll reload them
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2812 Then reload the symbols from the kernel binary: