Searched refs:max_command_size (Results 1 – 2 of 2) sorted by relevance
63 u16 max_command_size; member
269 static int tpm2_get_max_command_size(struct udevice *dev, u16 *max_command_size) in tpm2_get_max_command_size() argument280 *max_command_size = (uint16_t)get_unaligned_be32(response + in tpm2_get_max_command_size()613 capability->max_command_size = 0; in efi_tcg2_get_capability()640 ret = tpm2_get_max_command_size(dev, &capability->max_command_size); in efi_tcg2_get_capability()
Completed in 5 milliseconds