Home
last modified time | relevance | path

Searched refs:sc_bahm (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/tpm/
HDtpm.c1204 if ((i = bus_space_map(sc->sc_batm, tpm_enabled, 2, 0, &sc->sc_bahm))) { in tpm_legacy_init()
1233 while (((r = bus_space_read_1(sc->sc_batm, sc->sc_bahm, 1)) & in tpm_legacy_start()
1261 !(bus_space_read_1(sc->sc_batm, sc->sc_bahm, 1) & in tpm_legacy_read()
1267 *p++ = bus_space_read_1(sc->sc_batm, sc->sc_bahm, 0); in tpm_legacy_read()
1283 bus_space_write_1(sc->sc_batm, sc->sc_bahm, 1, in tpm_legacy_write()
1287 bus_space_write_1(sc->sc_batm, sc->sc_bahm, 0, *p++); in tpm_legacy_write()
1302 bus_space_write_1(sc->sc_batm, sc->sc_bahm, 1, TPM_LEGACY_ABRT); in tpm_legacy_end()
1307 while(((r = bus_space_read_1(sc->sc_batm, sc->sc_bahm, 1)) & in tpm_legacy_end()
HDtpmvar.h37 bus_space_handle_t sc_bh, sc_bahm; member