/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | addi_watchdog.c | 38 unsigned int reload; in addi_watchdog_insn_config() local 43 reload = data[1] & s->maxdata; in addi_watchdog_insn_config() 44 outl(reload, spriv->iobase + ADDI_TCW_RELOAD_REG); in addi_watchdog_insn_config() 48 20 * reload + 20); in addi_watchdog_insn_config()
|
/Linux-v5.4/drivers/watchdog/ |
D | wdt285.c | 41 static unsigned int reload; variable 61 *CSR_TIMER4_LOAD = reload; in watchdog_ping() 77 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_open() 169 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_ioctl()
|
D | hpwdt.c | 69 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_start() local 71 dev_dbg(wdd->parent, "start watchdog 0x%08x:0x%08x:0x%02x\n", wdd->timeout, reload, control); in hpwdt_start() 72 iowrite16(reload, hpwdt_timer_reg); in hpwdt_start() 104 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_ping() local 106 dev_dbg(wdd->parent, "ping watchdog 0x%08x:0x%08x\n", wdd->timeout, reload); in hpwdt_ping() 107 hpwdt_ping_ticks(reload); in hpwdt_ping()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | fsl_gtm.h | 37 bool reload); 39 bool reload);
|
/Linux-v5.4/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 85 devlink dev reload $DL_HANDLE 87 check_value max_macs post-reload 16 16 88 check_value test1 post-reload false N
|
/Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
D | stm32-timers.txt | 4 - advanced-control timers consist of a 16-bit auto-reload counter driven by a programmable 6 - general-purpose timers consist of a 16-bit or 32-bit auto-reload counter driven by a 8 - basic timers consist of a 16-bit auto-reload counter driven by a programmable prescaler.
|
D | rohm,bd71837-pmic.txt | 32 down and OTP is reload. At the SNVS state all other logic and external 35 reset is done via SNVS state the PMIC OTP data is not reload. This causes
|
/Linux-v5.4/arch/arm/mach-omap2/ |
D | sleep24xx.S | 76 strne r0, [r1] @ rewrite DLLA to force DLL reload 78 strne r0, [r1] @ rewrite DLLB to force DLL reload
|
/Linux-v5.4/drivers/misc/genwqe/ |
D | card_sysfs.c | 214 int reload; in reload_bitstream_store() local 217 if (kstrtoint(buf, 0, &reload) < 0) in reload_bitstream_store() 220 if (reload == 0x1) { in reload_bitstream_store()
|
/Linux-v5.4/arch/powerpc/sysdev/ |
D | fsl_gtm.c | 243 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16() argument 258 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_timer16() 279 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16() argument 291 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_exact_timer16()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 1100 void *bus_priv, bool reload, in __mlxsw_core_bus_device_register() argument 1114 if (!reload) { in __mlxsw_core_bus_device_register() 1136 if (mlxsw_driver->resources_register && !reload) { in __mlxsw_core_bus_device_register() 1162 if (!reload) { in __mlxsw_core_bus_device_register() 1168 if (mlxsw_driver->params_register && !reload) { in __mlxsw_core_bus_device_register() 1192 if (!reload) in __mlxsw_core_bus_device_register() 1203 if (mlxsw_driver->params_unregister && !reload) in __mlxsw_core_bus_device_register() 1206 if (!reload) in __mlxsw_core_bus_device_register() 1215 if (!reload) in __mlxsw_core_bus_device_register() 1220 if (!reload) in __mlxsw_core_bus_device_register() [all …]
|
/Linux-v5.4/arch/arm/kernel/ |
D | entry-header.S | 382 .macro invoke_syscall, table, nr, tmp, ret, reload=0 389 .if \reload 391 ldmiacc r1, {r0 - r6} @ reload r0-r6 398 .if \reload 400 ldmiacc r1, {r0 - r6} @ reload r0-r6
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | tbinstal.c | 99 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument 121 if (!reload && in acpi_tb_install_standard_table()
|
D | actables.h | 89 u8 reload, u8 override, u32 *table_index);
|
/Linux-v5.4/arch/arm/mach-cns3xxx/ |
D | core.c | 133 int reload; in cns3xxx_set_periodic() local 135 reload = pclk * 20 / (3 * HZ) * 0x25000; in cns3xxx_set_periodic() 136 writel(reload, cns3xxx_tmr1 + TIMER1_AUTO_RELOAD_OFFSET); in cns3xxx_set_periodic()
|
/Linux-v5.4/Documentation/hwmon/ |
D | sht15.rst | 50 sensors. Disabling the reload of those coefficients allows saving 10ms for each 67 flag to indicate not to reload from OTP (default to false).
|
/Linux-v5.4/drivers/input/serio/ |
D | apbps2.c | 35 u32 __iomem reload; /* 0x0c */ member 169 iowrite32be(freq_hz / 10000, &priv->regs->reload); in apbps2_of_probe()
|
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | gp8psk-fe.h | 67 int (*reload)(void *priv); member
|
D | gp8psk-fe.c | 178 st->ops->reload(st->priv); in gp8psk_fe_set_frontend() 330 if (!ops || !ops->in || !ops->out || !ops->reload) { in gp8psk_fe_attach()
|
/Linux-v5.4/arch/sparc/kernel/ |
D | dtlb_prot.S | 25 mov TLB_TAG_ACCESS, %g4 ! For reload of vaddr
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | rk3288-firefly-reload.dts | 8 #include "rk3288-firefly-reload-core.dtsi" 11 model = "Firefly-RK3288-reload"; 12 compatible = "firefly,firefly-rk3288-reload", "rockchip,rk3288";
|
/Linux-v5.4/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 23 # reload the gdt, as we need the full 32 bit address
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | devlink-resource-mlxsw | 11 require reload before the changes take effect.
|
/Linux-v5.4/Documentation/x86/ |
D | microcode.rst | 96 /dev/cpu/microcode or through /sys/devices/system/cpu/microcode/reload file 105 # echo 1 > /sys/devices/system/cpu/microcode/reload
|
/Linux-v5.4/arch/nds32/kernel/ |
D | ex-scall.S | 88 lmw.bi $r0, [$p1], $r5 ! have to reload $r0 - $r5
|