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

/u-boot/tools/binman/btool/
H A D_testing.py15 self.present = False
20 if self.present is None:
22 return self.present
/u-boot/board/imgtec/boston/
H A Dconfig.mk12 # if srec_cat is present build u-boot.mcs by default
/u-boot/drivers/tpm/
H A Dsandbox_common.c48 if (!nvd->present)
76 nvd->present = true;
H A Dsandbox_common.h43 * @present: true if present
48 bool present; member in struct:nvdata_state
67 * This handles a TPM read of nvdata. If the nvdata is not present, a
H A Dtpm_tis_sandbox.c56 nvd->present = true;
91 if (nvd->present) {
H A Dtpm2_tis_sandbox.c136 nvd->present = true;
198 if (nvd->present) {
799 tpm->nvdata[seq].present = true;
/u-boot/tools/binman/
H A Dbintool_test.py51 btest.present = True
53 self.assertFalse(btest2.present)
56 """Check handling of a tool being present or absent"""
62 btest.present = True
72 btest.present = True
228 present = [line for line in lines if 'Already present:' in line].pop()
230 self.assertIn('1: ', present)
340 btool.present = True
343 btool.present
[all...]
/u-boot/lib/efi_loader/
H A Defi_console.c28 int present; member in struct:cout_mode
34 /* EFI Mode 0 is 80x25 and always present */
38 .present = 1,
44 .present = 0,
50 .present = 0,
264 * the mode is present
268 if (!mode->present)
374 efi_cout_modes[1].present = 1;
386 efi_cout_modes[EFI_COUT_MODE_2].present = 1;
415 if (efi_cout_modes[mode_number].present !
[all...]
/u-boot/board/freescale/common/
H A Dqixis.h25 u8 present; member in struct:qixis
H A Dqixis.c223 printf("present = %02x\n", QIXIS_READ(present));
/u-boot/board/freescale/t208xqds/
H A Dt208xqds.c260 card_id = QIXIS_READ(present) & QIXIS_SDID_MASK;

Completed in 83 milliseconds