Searched refs:first (Results 51 - 71 of 71) sorted by relevance

123

/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S134 str r0, [r12] @ mark the first section as Normal
/u-boot/drivers/video/imx/
H A Dipu.h257 void ipu_dmfc_init(int dmfc_type, int first);
H A Dipu_disp.c59 void ipu_dmfc_init(int dmfc_type, int first) argument
63 if (first) {
/u-boot/fs/ubifs/
H A Dorphan.c559 int i, n, err, first = 1; local
589 if (!first) {
600 if (first)
601 first = 0;
823 /* Lowest node type is the inode node, so it comes first */
/u-boot/scripts/kconfig/
H A Dqconf.h90 return (ConfigItem *)children().first();
H A Dqconf.cc405 ConfigItem* item = (ConfigItem*)selectedItems().first();
788 if (x >= off && x < off + icon.availableSizes().first().width()) {
1633 item = (ConfigItem*)menuList->selectedItems().first();
/u-boot/arch/arm/lib/
H A Ddiv64.S51 @ Test for easy paths first.
H A Dlib1funcs.S156 @ Do comparisons in batch of 4 first.
/u-boot/drivers/xen/
H A Dpvblock.c804 bool first = true; local
809 blk_next_device(&udev), first = false) {
812 if (!first)
/u-boot/drivers/video/tidss/
H A Dtidss_drv.c415 unsigned int first = i * (hwlen - 1) / (length - 1); local
417 unsigned int w = last - first;
433 table[first + j] = (r << (hwbits * 2)) |
/u-boot/tools/dtoc/
H A Ddtb_platdata.py397 idx: Index number of this node (0=first, etc.)
402 key: Position in child list (-1=head, 0=first, 1=second, ...
409 uclass_seq: Position of this device within the uclass list (0=first,
411 parent_seq: Position of this device within it siblings (0=first,
820 first = node_refs[0].dev_ref
824 first = last
827 self.buf('\t\t.next = &%s->%s,\n' % (first, member))
H A Dtest_fdt314 ['/dest/base', '/dest/first@0', '/dest/existing'],
323 # Check the first property
338 first = dtb.GetNode('/dest/base/first@0')
339 self.assertTrue(first)
348 self.assertEqual([over.name, first.name, second.name],
420 subn = dtb.GetNode('/dest/first@0')
425 ['/dest/earlier', '/dest/later', '/dest/over', '/dest/first@0',
434 # Check the merged properties, first the base ones in '/dest'
829 self.assertEqual(['-n first', 'secon
[all...]
H A Dtest_fdt.py314 ['/dest/base', '/dest/first@0', '/dest/existing'],
323 # Check the first property
338 first = dtb.GetNode('/dest/base/first@0')
339 self.assertTrue(first)
348 self.assertEqual([over.name, first.name, second.name],
420 subn = dtb.GetNode('/dest/first@0')
425 ['/dest/earlier', '/dest/later', '/dest/over', '/dest/first@0',
434 # Check the merged properties, first the base ones in '/dest'
829 self.assertEqual(['-n first', 'secon
[all...]
/u-boot/drivers/mtd/ubi/
H A Dwl.c50 * to the user; instead, we first want to let users fill them up with data;
350 struct ubi_wl_entry *e, *first, *last; local
352 first = rb_entry(rb_first(root), struct ubi_wl_entry, u.rb);
355 if (last->ec - first->ec < WL_FREE_MAX_DIFF) {
777 * header first.
/u-boot/tools/buildman/
H A Dfunc_test.py812 first = 0 if params[0]['target'] == 'board0' else 1
813 board0 = params[first]
814 board2 = params[1 - first]
/u-boot/scripts/
H A Dget_maintainer.pl2465 my $first = $nw[@nw - 3];
2469 if (((length($first) == 1 && $first =~ m/[A-Za-z]/) ||
2470 (length($first) == 2 && substr($first, -1) eq ".")) ||
2473 $name = "$first $middle $last";
2595 # address was found); otherwise a list whose first element is the
H A Dcheckpatch.pl73 # git output parsing needs US English output, so first set backtick child process LANGUAGE
1819 # Grab the first conditional/block pair.
3515 my $first = $1;
3519 if ($first =~ /(?:struct|union|enum)/) {
3520 pos($rawline) += length($first) + length($second) + 1;
3524 next if (lc($first) ne lc($second));
3525 next if ($first eq 'long');
3537 if ($first =~ /\b[0-9a-f]{2,}\b/i) {
3538 next if (!exists($allow_repeated_words{lc($first)}));
3542 "Possible repeated word: '$first'\
[all...]
/u-boot/tools/binman/
H A Dftest.py402 test_section_timeout: True to force the first time to timeout, as
1239 nodtb_data: Data that we expect in the first section
1245 Contents of first region (U-Boot or SPL)
1294 first, pos_and_size = self._RunMicrocodeTest('034_x86_ucode.dts',
1297 b' somewhere in here', first)
1327 first = data[:len(U_BOOT_NODTB_DATA)]
1329 b' somewhere in here', first)
1462 first, pos_and_size = self._RunMicrocodeTest(dts, U_BOOT_SPL_NODTB_DATA,
1465 b'ter somewhere in here', first)
2234 first, pos_and_siz
[all...]
/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c795 * is to avoid babble in the first place and fix what
1558 * irq sources (phy, dma, etc) will be handled first, musb->int_* values
1586 /* handle endpoint 0 first */
2435 static int first = 1; local
2438 * When pm_runtime_get_sync called for the first time in driver
2446 if (!first)
2448 first = 0;
/u-boot/common/
H A Ddlmalloc.c321 (The very first chunk allocated always has this bit set,
551 The first 2 bins are never indexed. The corresponding av_ cells are instead
562 zero size, thus forcing extension on the first malloc request,
643 #define first(b) ((b)->fd) macro
711 /* The first value returned from sbrk */
749 /* Just print the first few bins so that
1135 /* If not the first time through, round to preserve page boundary */
1163 /* Guarantee alignment of first new chunk made from this space */
1232 The requested size is first converted into a usable form, `nb'.
1238 From there, the first successfu
[all...]
/u-boot/drivers/video/
H A Dstb_truetype.h210 // Set the current point where the first character will appear. The
211 // first character could extend left of the current point; this is font
214 // left-side-bearing of the first character to be displayed and set
538 // if return is positive, the first unused row of the bitmap
565 // Query the font vertical metrics without having to create a font first.
622 int first_unicode_codepoint_in_range; // if non-zero, then the chars are continuous, and this is the first codepoint
891 // width and height and positioning info for it first.
1018 // You have to have called stbtt_InitFont() first.
1033 // returns 1/0 whether the first string interpreted as utf8 is identical to
1367 // since most people won't use this, find this table the first tim
1508 stbtt_uint32 first = ttUSHORT(data + index_map + 6); local
[all...]

Completed in 370 milliseconds

123