Searched refs:deactivated (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tpm_test.c | 45 static uint32_t tpm_get_flags(uint8_t *disable, uint8_t *deactivated, in tpm_get_flags() argument 56 if (deactivated) in tpm_get_flags() 57 *deactivated = pflags.deactivated; in tpm_get_flags() 61 pflags.disable, pflags.deactivated, pflags.nv_locked); in tpm_get_flags() 142 uint8_t disable = 0, deactivated = 0; in test_enable() local 149 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_enable() 150 printf("\tdisable is %d, deactivated is %d\n", disable, deactivated); in test_enable() 153 TPM_CHECK(tpm_get_flags(&disable, &deactivated, NULL)); in test_enable() 154 printf("\tdisable is %d, deactivated is %d\n", disable, deactivated); in test_enable() 155 if (disable == 1 || deactivated == 1) in test_enable() [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | tpm.h | 213 u8 deactivated; member
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.at91 | 169 if deactivated, cannot be used anymore.
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | fdt-fixup.txt | 121 subsequently deactivated in the device tree if they are not present.
|
| H A D | README.txt | 560 after it is deactivated. 736 deactivated and no-longer 'known' by the uclass.
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | Kconfig | 73 If the option is disabled, this behavior is deactivated and only
|
| /rk3399_rockchip-uboot/common/ |
| H A D | Kconfig | 430 are never deactivated. But if a stdio device is used which can be
|