Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpm.c141 #define PM1_GBL_EN 0x0020 macro
155 if ((pm1_enable & PM1_GBL_EN) && (pm1_status & PM1_GBL_STS)) in sci_update()
213 pm1_enable = *eax & (PM1_RTC_EN | PM1_PWRBTN_EN | PM1_GBL_EN); in pm1_enable_handler()