Lines Matching refs:tpm_sc
79 struct tpm_sc base;
86 int tpmcrb_transmit(struct tpm_sc *sc, size_t size);
94 static bool tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off,
96 static bool tpmcrb_request_locality(struct tpm_sc *sc, int locality);
97 static void tpmcrb_relinquish_locality(struct tpm_sc *sc);
98 static bool tpmcrb_cancel_cmd(struct tpm_sc *sc);
148 struct tpm_sc *sc; in tpmcrb_attach()
233 struct tpm_sc *sc; in tpmcrb_detach()
246 tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off, uint32_t mask, uint32_t val, in tpm_wait_for_u32()
265 tpmcrb_request_locality(struct tpm_sc *sc, int locality) in tpmcrb_request_locality()
283 tpmcrb_relinquish_locality(struct tpm_sc *sc) in tpmcrb_relinquish_locality()
290 tpmcrb_cancel_cmd(struct tpm_sc *sc) in tpmcrb_cancel_cmd()
307 tpmcrb_transmit(struct tpm_sc *sc, size_t length) in tpmcrb_transmit()