Home
last modified time | relevance | path

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

/netbsd/sys/dev/acpi/
H A Dacpi_cpu_cstate.c790 rv = AcpiReadBitRegister(ACPI_BITREG_BUS_MASTER_STATUS, &val); in acpicpu_cstate_bm_check()
795 (void)AcpiWriteBitRegister(ACPI_BITREG_BUS_MASTER_STATUS, 1); in acpicpu_cstate_bm_check()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dactypes.h909 #define ACPI_BITREG_BUS_MASTER_STATUS 0x01 macro