Home
last modified time | relevance | path

Searched refs:pflags (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dtpm_test.c48 struct tpm_permanent_flags pflags; in tpm_get_flags() local
51 result = tpm_get_permanent_flags(&pflags); in tpm_get_flags()
55 *disable = pflags.disable; in tpm_get_flags()
57 *deactivated = pflags.deactivated; in tpm_get_flags()
59 *nvlocked = pflags.nv_locked; in tpm_get_flags()
61 pflags.disable, pflags.deactivated, pflags.nv_locked); in tpm_get_flags()
/rk3399_rockchip-uboot/lib/
H A Dtpm.c600 uint32_t tpm_get_permanent_flags(struct tpm_permanent_flags *pflags) in tpm_get_permanent_flags() argument
623 if (data_size < sizeof(*pflags)) in tpm_get_permanent_flags()
626 data_offset, pflags, sizeof(*pflags))) in tpm_get_permanent_flags()
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_dwc.h420 unsigned int pflags; member
H A Dsata_dwc.c303 ap.pflags |= ATA_PFLAG_INITIALIZING; in init_sata()
964 ap->pflags |= ATA_PFLAG_FROZEN; in __ata_port_freeze()
995 if (ap->pflags & ATA_PFLAG_FROZEN) in ata_exec_internal()
/rk3399_rockchip-uboot/include/
H A Dtpm.h623 uint32_t tpm_get_permanent_flags(struct tpm_permanent_flags *pflags);