Searched refs:TPM_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/tpm/
H A Dtpm.c129 #define TPM_SIZE 0x5000 /* five pages of the above */ macro
360 if (bus_space_map(bt, ia->ia_maddr, TPM_SIZE, 0, &bh))
365 ia->ia_msize = TPM_SIZE;
368 bus_space_unmap(bt, bh, TPM_SIZE);
394 size = TPM_SIZE;
419 bus_space_unmap(sc->sc_bt, sc->sc_bh, TPM_SIZE);

Completed in 50 milliseconds