Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpmvar.h59 int tpm_tis12_probe(bus_space_tag_t iot, bus_space_handle_t ioh);
H A Dtpm_isa.c68 if ((rv = tpm_tis12_probe(iot, ioh))) in tpm_isa_probe()
H A Dtpm.c224 tpm_tis12_probe(sc->sc_bt, sc->sc_bh); in tpm_attach()
289 tpm_tis12_probe(bus_space_tag_t bt, bus_space_handle_t bh) in tpm_tis12_probe() function