Searched refs:reload (Results 1 - 9 of 9) sorted by relevance

/drivers/watchdog/
H A Dwdt285.c46 static unsigned int reload; variable
66 *CSR_TIMER4_LOAD = reload;
82 reload = soft_margin * (mem_fclk_21285 / 256);
175 reload = soft_margin * (mem_fclk_21285 / 256);
H A Dhpwdt.c49 static unsigned int reload; /* the computed soft_margin */ variable
436 reload = SECS_TO_TICKS(soft_margin);
437 iowrite16(reload, hpwdt_timer_reg);
452 iowrite16(reload, hpwdt_timer_reg);
465 reload = SECS_TO_TICKS(soft_margin);
547 /* See if we got the magic character 'V' and reload the timer */
566 /* someone wrote to us, we should reload the timer */
/drivers/s390/block/
H A Ddasd_int.h354 /* reload device after state change */
355 int (*reload) (struct dasd_device *); member in struct:dasd_discipline
H A Ddasd.c575 device->discipline->reload(device);
H A Ddasd_eckd.c2284 /* schedule worker to reload device */
4297 .reload = dasd_eckd_reload_device,
/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c1460 .reload = e1000e_reload_nvm_generic,
H A Dhw.h833 void (*reload)(struct e1000_hw *); member in struct:e1000_nvm_operations
H A Dich8lan.c2611 nvm->ops.reload(hw);
4049 .reload = e1000e_reload_nvm_generic,
H A D82571.c1134 * resetting one port will reload the MAC on the other port.
1990 .reload = e1000e_reload_nvm_generic,

Completed in 243 milliseconds