acpi_wdrt.c | 92 ACPI_GENERIC_ADDRESS sc_count_reg; member in struct:acpi_wdrt_softc 194 sc->sc_count_reg = wdrt->CountRegister; 198 sc->sc_control_reg.Address, sc->sc_count_reg.Address); 381 rv = AcpiOsReadMemory(sc->sc_count_reg.Address, 382 val, sc->sc_count_reg.BitWidth); 386 __func__, sc->sc_count_reg.Address, sc->sc_count_reg.BitWidth, 400 rv = AcpiOsWriteMemory(sc->sc_count_reg.Address, 401 val, sc->sc_count_reg.BitWidth); 405 __func__, sc->sc_count_reg.Address, sc->sc_count_reg.BitWidth [all...] |