Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dpm.c120 #define PM1_PWRBTN_STS 0x0100 macro
142 if ((pm1_enable & PM1_PWRBTN_EN) && (pm1_status & PM1_PWRBTN_STS)) in sci_update()
174 PM1_SLPBTN_STS | PM1_PWRBTN_STS | PM1_BM_STS)); in pm1_status_handler()
214 if (!(pm1_status & PM1_PWRBTN_STS)) { in power_button_handler()
215 pm1_status |= PM1_PWRBTN_STS; in power_button_handler()