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

/fuchsia/zircon/system/dev/misc/tpm/
H A Di2c-cr50.h90 static constexpr uint8_t LocToPrefix(Locality loc) { function in class:tpm::I2cCr50Interface
98 return I2cRegister<uint8_t>(static_cast<uint8_t>(LocToPrefix(loc) | 0x0u));
102 return I2cRegister<uint32_t>(static_cast<uint8_t>(LocToPrefix(loc) | 0x1u));
106 return I2cRegister<uint8_t[]>(static_cast<uint8_t>(LocToPrefix(loc) | 0x5u));
110 return I2cRegister<uint32_t>(static_cast<uint8_t>(LocToPrefix(loc) | 0x6u));

Completed in 67 milliseconds