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

  /src/sys/dev/acpi/
fdc_acpi.c 101 struct acpi_io *io, *ctlio; local in function:fdc_acpi_attach
161 ctlio = acpi_res_io(&res, 1);
162 if (ctlio == NULL) {
173 if (bus_space_map(sc->sc_iot, ctlio->ar_base, ctlio->ar_length,

Completed in 43 milliseconds