Searched refs:second (Results 1 - 22 of 22) sorted by relevance

/u-boot/tools/binman/test/
H A Dembed_data.c12 int second[10] = {1}; variable
/u-boot/lib/efi_selftest/
H A Defi_selftest_rtc.c51 .second = 53,
64 tm_old.hour, tm_old.minute, tm_old.second);
81 tm.second < tm_new.second ||
82 tm.second > tm_new.second + 2) {
/u-boot/arch/arm/include/asm/
H A Dopcodes.h146 #define __opcode_thumb32_compose(first, second) ( \
148 | ___opcode_identity32(___opcode_identity16(second)) \
152 #define ___asm_opcode_thumb32_compose(first, second) ( \
154 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \
220 #define ___inst_thumb32(first, second) .short first, second
224 #define ___inst_thumb32(first, second) \
225 ".short " __stringify(first) ", " __stringify(second) "\n\t"
H A Ddavinci_rtc.h17 unsigned int second; member in struct:davinci_rtc
/u-boot/arch/x86/lib/
H A Dcrt0_ia32_efi.S28 pushl %ebx # pass _DYNAMIC as second argument
/u-boot/test/dm/
H A Dblkmap.c142 struct udevice *first, *second; local
147 ut_asserteq(-EBUSY, blkmap_create("first", &second));
149 /* But "second" should be fine */
150 ut_assertok(blkmap_create("second", &second));
159 ut_assertok(blkmap_destroy(second));
/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c98 int i, second = (counter++ % 2); local
100 if (second)
114 if (second)
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c26 * is the first address, the other from the bit4 to bit0 is the second address.
28 * and Data Lane use the same registers with the same second address, but the
33 #define PHY_REG(first, second) (FIRST_ADDRESS(first) | \
34 SECOND_ADDRESS(second))
288 u8 first, u8 second, u8 mask, u8 val)
290 u32 reg = PHY_REG(first, second) << 2;
313 * fails do the second.
287 phy_update_bits(struct inno_dsidphy *inno, u8 first, u8 second, u8 mask, u8 val) argument
/u-boot/cmd/
H A Dgpt.c935 struct disk_partition* second= NULL; local
951 second = &curr->gpt_part_info;
958 if (!second) {
965 *first = *second;
966 *second = tmp_part;
H A Deficonfig_sbkey.c273 time->hour, time->minute, time->second);
H A Defidebug.c289 result->capsule_processed.second);
/u-boot/lib/efi_loader/
H A Defi_runtime.c315 time->second = tm.tm_sec;
353 time->hour > 23 || time->minute > 59 || time->second > 59 ||
400 tm.tm_sec = time->second;
947 * In the second stage, U-Boot has disappeared. To isolate our runtime code
H A Defi_variable.c98 tm.tm_sec = timestamp.second;
H A Defi_file.c498 time->second = tm->tm_sec;
/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S136 str r0, [r12, #4] @ mark the second section as Normal
/u-boot/tools/dtoc/
H A Dtest_fdt329 # Check the second property
346 second = dtb.GetNode('/dest/base/second')
347 self.assertTrue(second)
348 self.assertEqual([over.name, first.name, second.name],
367 [n.name for n in second.subnodes])
370 second1 = second.FindNode('second1')
380 second1_ph_val = (dtb.GetNode('/dest/base/second/second1').
426 '/dest/second', '/dest/existing', '/dest/base'],
829 self.assertEqual(['-n first', 'second', '
[all...]
H A Dtest_fdt.py329 # Check the second property
346 second = dtb.GetNode('/dest/base/second')
347 self.assertTrue(second)
348 self.assertEqual([over.name, first.name, second.name],
367 [n.name for n in second.subnodes])
370 second1 = second.FindNode('second1')
380 second1_ph_val = (dtb.GetNode('/dest/base/second/second1').
426 '/dest/second', '/dest/existing', '/dest/base'],
829 self.assertEqual(['-n first', 'second', '
[all...]
/u-boot/include/
H A Defi.h288 u8 second; member in struct:efi_time
H A Defi_api.h1059 u8 second; member in struct:efi_hii_time
/u-boot/tools/binman/
H A Dftest.py1240 ucode_second: True if the microsecond entry is second instead of
1313 second = data[len(U_BOOT_NODTB_DATA):]
1315 fdt_len = self.GetFdtLen(second)
1316 third = second[fdt_len:]
1317 second = second[:fdt_len]
1320 self.assertIn(ucode_data, second)
1321 ucode_pos = second.find(ucode_data) + len(U_BOOT_NODTB_DATA)
1395 second = data[len(U_BOOT_NODTB_DATA):]
1397 fdt_len = self.GetFdtLen(second)
[all...]
/u-boot/scripts/
H A Dcheckpatch.pl3516 my $second = $2;
3520 pos($rawline) += length($first) + length($second) + 1;
3524 next if (lc($first) ne lc($second));
3544 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
/u-boot/drivers/ram/octeon/
H A Docteon3_lmc.c4139 * Don't write any extended registers the second time
4379 // as a second step, after internal VREF training, before starting
4910 * results from the second pass through the eight delay
6907 // doing a rank on the second DIMM, should be
7537 del_val += 1; // take the second
7554 del_val += 1; // take the second
7556 int second = local
7563 // then we keep the second...
7564 if (second > 1 || third > 1) {
7567 if (second <
[all...]

Completed in 236 milliseconds