Home
last modified time | relevance | path

Searched refs:deactivated (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dtpm_test.c45 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 Dtpm.h213 u8 deactivated; member
/rk3399_rockchip-uboot/doc/
H A DREADME.at91169 if deactivated, cannot be used anymore.
/rk3399_rockchip-uboot/doc/driver-model/
H A Dfdt-fixup.txt121 subsequently deactivated in the device tree if they are not present.
H A DREADME.txt560 after it is deactivated.
736 deactivated and no-longer 'known' by the uclass.
/rk3399_rockchip-uboot/drivers/pinctrl/
H A DKconfig73 If the option is disabled, this behavior is deactivated and only
/rk3399_rockchip-uboot/common/
H A DKconfig430 are never deactivated. But if a stdio device is used which can be