Searched refs:skipped (Results 1 – 21 of 21) sorted by relevance
| /u-boot/post/drivers/ |
| A D | rtc.c | 80 unsigned int skipped = 0; in rtc_post_test() local 130 skipped++; in rtc_post_test() 132 rtc_post_restore (&svtm, skipped); in rtc_post_test() 140 rtc_post_restore (&svtm, skipped); in rtc_post_test() 162 skipped++; in rtc_post_test() 164 rtc_post_restore (&svtm, skipped); in rtc_post_test() 172 rtc_post_restore (&svtm, skipped); in rtc_post_test() 178 rtc_post_restore (&svtm, skipped); in rtc_post_test()
|
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | microcode.c | 129 int skipped; in microcode_update_intel() local 138 skipped = 0; in microcode_update_intel() 144 return count ? 0 : skipped ? -EEXIST : -ENOENT; in microcode_update_intel() 155 skipped++; in microcode_update_intel() 168 skipped++; in microcode_update_intel()
|
| /u-boot/tools/patman/ |
| A D | test_util.py | 130 if result.skipped: 131 print('%d %s test%s SKIPPED:' % (len(result.skipped), toolname, 132 's' if len(result.skipped) > 1 else '')) 133 for skip_info in result.skipped:
|
| /u-boot/cmd/ |
| A D | sf.c | 172 size_t len, const char *buf, char *cmp_buf, size_t *skipped) in spi_flash_update_block() argument 185 *skipped += len; in spi_flash_update_block() 220 size_t skipped = 0; /* statistics */ in spi_flash_update() local 242 buf, cmp_buf, &skipped); in spi_flash_update() 255 printf("%zu bytes written, %zu bytes skipped", len - skipped, in spi_flash_update() 256 skipped); in spi_flash_update()
|
| /u-boot/tools/binman/ |
| A D | elf.py | 265 skipped = 1 # To make code-coverage see this line 280 skipped = 1 # To make code-coverage see this line
|
| A D | README.entries | 768 file, since the first 16 bytes are skipped when writing.
|
| /u-boot/test/py/ |
| A D | multiplexed_log.css | 76 .status-skipped {
|
| /u-boot/doc/device-tree-bindings/ |
| A D | config.txt | 18 device) that should be skipped over before the partition entries.
|
| /u-boot/tools/env/ |
| A D | README | 59 within which bad blocks are skipped, on NOR it is not used.
|
| /u-boot/doc/board/microchip/ |
| A D | mpfs_icicle.rst | 338 …[ 0.000311] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 Bog… 591 …[ 0.013112] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 Bog… 718 [ 3.060458] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. 729 [ 3.269520] systemd[1]: Condition check resulted in Huge Pages File System being skipped. 730 … 3.278477] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped. 731 [ 3.288200] systemd[1]: Condition check resulted in Kernel Debug File System being skipped. 734 …ondition check resulted in Create list of static device nodes for the current kernel being skipped. 739 [ 3.422441] systemd[1]: Condition check resulted in Load Kernel Modules being skipped. 740 [ 3.431770] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
|
| /u-boot/doc/device-tree-bindings/pinctrl/ |
| A D | marvell,mvebu-pinctrl.txt | 22 the pin configuration is skipped and a default function
|
| /u-boot/doc/ |
| A D | README.nand | 45 are marked bad are skipped. If a page cannot be read because an 56 are marked bad are skipped. If a page cannot be read because an
|
| /u-boot/board/freescale/mx6qarm2/ |
| A D | imximage_mx6dl.cfg | 193 * should be skipped, or the write/read calibration comming after that
|
| /u-boot/doc/board/AndesTech/ |
| A D | ax25-ae350.rst | 277 …[ 0.000000] Calibrating delay loop (skipped), value calculated using timer frequency.. 20.00 Bo… 465 …Calibrating delay loop (skipped), value calculated using timer frequency.. 120.00 BogoMIPS (lpj=60…
|
| /u-boot/scripts/ |
| A D | Kbuild.include | 255 # PHONY targets skipped in both cases.
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | Kconfig | 430 int "Number of bytes skipped in OOB area"
|
| /u-boot/doc/board/sifive/ |
| A D | fu540.rst | 311 …[ 0.012989] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 Bog…
|
| /u-boot/doc/board/sipeed/ |
| A D | maix.rst | 190 …[ 0.012494] Calibrating delay loop (skipped), value calculated using timer frequency.. 15.60 Bo…
|
| /u-boot/ |
| A D | README | 556 impossible actions will be skipped if the CPU is in NS mode, 1715 This option specifies a list of I2C devices that will be skipped 2147 and thus should be skipped silently. 2885 to be skipped. The normal CP15 init (such as enabling the 3584 may be skipped by setting the appropriate 'ethmacskip' environment variable.
|
| /u-boot/common/spl/ |
| A D | Kconfig | 351 to the number of skipped sectors.
|
| /u-boot/common/ |
| A D | dlmalloc.src | 1525 have any (possibly) non-empty bins, so they can be skipped over
|
Completed in 51 milliseconds