Home
last modified time | relevance | path

Searched refs:wd_timeout (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/sun4u/io/
H A Dpmc.c337 uint_t wd_timeout; in pmc_clear_watchdog_timer() local
344 wd_timeout = (uint_t)*v_pmc_data_reg; in pmc_clear_watchdog_timer()
349 return (wd_timeout * 60); in pmc_clear_watchdog_timer()
/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_main.c312 if (device->wd_timeout) in heci_initialize()
391 dev->wd_timeout) { in heci_detach()
392 dev->wd_timeout = 0; in heci_detach()
1423 dev->wd_timeout) { in heci_quiesce()
1424 dev->wd_timeout = 0; in heci_quiesce()
1458 device->wd_timeout) { in heci_suspend()
1459 g_sus_wd_timeout = device->wd_timeout; in heci_suspend()
1460 device->wd_timeout = 0; in heci_suspend()
1522 device->wd_timeout = g_sus_wd_timeout; in heci_resume()
1527 &device->wd_timeout, sizeof (uint16_t)); in heci_resume()
[all …]
H A Dheci_init.c971 dev->wd_timeout = 0; in host_init_wd()
978 dev->wd_timeout = AMT_WD_VALUE; in host_init_wd()
979 DBG("dev->wd_timeout=%d.\n", dev->wd_timeout); in host_init_wd()
983 &dev->wd_timeout, sizeof (uint16_t)); in host_init_wd()
993 DBG("dev->wd_timeout=%d.\n", dev->wd_timeout); in host_init_wd()
994 if (dev->wd_timeout != 0) in host_init_wd()
H A Dio_heci.c460 dev->wd_timeout = (req_msg.data[1] << 8) + req_msg.data[0]; in heci_ioctl_wd()
463 if (dev->wd_timeout == 0) { in heci_ioctl_wd()
H A Dheci_data_structures.h554 uint16_t wd_timeout; /* seconds ((wd_data[1] << 8) + wd_data[0]) */ member
H A Dheci_intr.c1175 if (dev->wd_timeout != 0) { in heci_bh_write_handler()
1605 if (dev->wd_timeout != 0) in heci_wd_timer()