Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/tpm/
H A Dtpm.c128 int tpm_enabled; variable
980 if (!tpm_enabled || iobase == -1) in tpm_legacy_probe()
1024 if ((i = bus_space_map(sc->sc_batm, tpm_enabled, 2, 0, &sc->sc_bahm))) { in tpm_legacy_init()
1026 tpm_enabled = 0; in tpm_legacy_init()
1033 printf(": %.4s %d.%d @0x%x\n", &id[4], id[0], id[1], tpm_enabled); in tpm_legacy_init()
1034 iol = tpm_enabled & 0xff; in tpm_legacy_init()
1035 ioh = tpm_enabled >> 16; in tpm_legacy_init()
1036 tpm_enabled = 0; in tpm_legacy_init()