Home
last modified time | relevance | path

Searched refs:reset_control (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpm.c80 static uint8_t reset_control; in reset_handler() local
85 *eax = reset_control; in reset_handler()
87 reset_control = *eax; in reset_handler()
90 if (reset_control & 0x4) { in reset_handler()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_config.h270 uint32_t reset_control; /* reset control */ member
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c1691 cr->reset_control = pci_config_get32(config_handle, DB_CONF_RESET_CTRL); in db_pci_get_conf_regs()