Searched refs:stop_wd_params (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/intel/io/heci/ |
H A D | heci.h | 53 extern const uint8_t stop_wd_params[];
|
H A D | heci_main.c | 394 (void) memcpy(dev->wd_data, stop_wd_params, in heci_detach() 1426 (void) memcpy(dev->wd_data, stop_wd_params, in heci_quiesce() 1462 (void) memcpy(device->wd_data, stop_wd_params, in heci_suspend()
|
H A D | heci_init.c | 71 const uint8_t stop_wd_params[] = { 0x02, 0x02, 0x14, 0x10 }; variable 974 (void) memcpy(dev->wd_data, stop_wd_params, in host_init_wd()
|
H A D | io_heci.c | 464 (void) memcpy(dev->wd_data, &stop_wd_params, in heci_ioctl_wd()
|