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

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

Completed in 72 milliseconds