HomeSort by: relevance | last modified time | path
    Searched defs:sc_count_reg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
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...]
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...]

Completed in 25 milliseconds