acpi_ec.c | 151 bus_space_handle_t sc_csr_sh; member in struct:acpiec_softc 406 if (bus_space_map(sc->sc_csr_st, cmd_reg, 1, 0, &sc->sc_csr_sh) != 0) { 470 bus_space_unmap(sc->sc_csr_st, sc->sc_csr_sh, 1); 614 x = bus_space_read_1(sc->sc_csr_st, sc->sc_csr_sh, 0); 627 bus_space_write_1(sc->sc_csr_st, sc->sc_csr_sh, 0, cmd);
|