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

  /src/sys/dev/acpi/
acpi_wdrt.c 91 ACPI_GENERIC_ADDRESS sc_control_reg; member in struct:acpi_wdrt_softc
193 sc->sc_control_reg = wdrt->ControlRegister;
198 sc->sc_control_reg.Address, sc->sc_count_reg.Address);
344 rv = AcpiOsReadMemory(sc->sc_control_reg.Address,
345 val, sc->sc_control_reg.BitWidth);
349 __func__, sc->sc_control_reg.Address, sc->sc_control_reg.BitWidth,
362 rv = AcpiOsWriteMemory(sc->sc_control_reg.Address,
363 val, sc->sc_control_reg.BitWidth);
367 __func__, sc->sc_control_reg.Address, sc->sc_control_reg.BitWidth
    [all...]
acpi_wdrt.c 91 ACPI_GENERIC_ADDRESS sc_control_reg; member in struct:acpi_wdrt_softc
193 sc->sc_control_reg = wdrt->ControlRegister;
198 sc->sc_control_reg.Address, sc->sc_count_reg.Address);
344 rv = AcpiOsReadMemory(sc->sc_control_reg.Address,
345 val, sc->sc_control_reg.BitWidth);
349 __func__, sc->sc_control_reg.Address, sc->sc_control_reg.BitWidth,
362 rv = AcpiOsWriteMemory(sc->sc_control_reg.Address,
363 val, sc->sc_control_reg.BitWidth);
367 __func__, sc->sc_control_reg.Address, sc->sc_control_reg.BitWidth
    [all...]

Completed in 21 milliseconds