| /u-boot/arch/arm/lib/ |
| A D | vectors_m.S | 14 mov r0, sp @ pass auto-saved registers as argument 19 mov r0, sp @ pass auto-saved registers as argument 24 mov r0, sp @ pass auto-saved registers as argument 29 mov r0, sp @ pass auto-saved registers as argument 34 mov r0, sp @ pass auto-saved registers as argument
|
| /u-boot/drivers/net/ |
| A D | mcfmii.c | 127 int phyaddr, pass; in mii_discover_phy() local 135 for (pass = 1; pass <= MAX_PHY_PASSES && phyaddr < 0; ++pass) { in mii_discover_phy() 136 if (pass > 1) { in mii_discover_phy() 149 printf("PHY type 0x%x pass %d\n", phytype, pass); in mii_discover_phy() 159 printf("PHY @ 0x%x pass %d\n", phyno, pass); in mii_discover_phy()
|
| A D | mpc8xx_fec.c | 730 int pass; in mii_discover_phy() local 735 for (pass = 1; pass <= MAX_PHY_PASSES && phyaddr < 0; ++pass) { in mii_discover_phy() 736 if (pass > 1) { in mii_discover_phy()
|
| /u-boot/arch/x86/lib/ |
| A D | crt0_ia32_efi.S | 28 pushl %ebx # pass _DYNAMIC as second argument 29 pushl %eax # pass ldbase as first argument
|
| /u-boot/drivers/core/ |
| A D | lists.c | 112 int pass; in lists_bind_drivers() local 119 for (pass = 0; pass < 10; pass++) { in lists_bind_drivers()
|
| /u-boot/boot/ |
| A D | bootmeth-uclass.c | 147 int i, upto, pass; in bootmeth_setup_iter_order() local 154 for (pass = 0, upto = 0; pass < 1 + include_global; pass++) { in bootmeth_setup_iter_order() 155 if (pass) in bootmeth_setup_iter_order() 174 if (pass ? is_global : !is_global) in bootmeth_setup_iter_order()
|
| /u-boot/doc/board/emulation/ |
| A D | qemu-arm.rst | 70 - To add a Serial ATA disk via an Intel ICH9 AHCI controller, pass e.g.:: 75 - To add an Intel E1000 network adapter, pass e.g.:: 79 - To add an EHCI-compliant USB host controller, pass e.g.:: 83 - To add an NVMe disk, pass e.g.:: 87 - To add a random number generator, pass e.g.::
|
| A D | qemu-riscv.rst | 14 16550A UART devices in addition to VirtIO and it also uses device-tree to pass 22 only CLINT and HTIF devices. It also uses device-tree to pass configuration
|
| /u-boot/test/env/ |
| A D | Kconfig | 8 If all is well then all tests pass although there will be a few
|
| /u-boot/arch/arm/dts/ |
| A D | imx7d-colibri.dtsi | 11 /* Required to properly pass MAC addresses from bootloader. */
|
| A D | imx7d-colibri-emmc.dtsi | 11 /* Required to properly pass MAC addresses from bootloader. */
|
| A D | keystone-k2e-evm.dts | 30 clock-output-names = "refclk-pass";
|
| /u-boot/test/overlay/ |
| A D | Kconfig | 9 If all is well then all tests pass although there will be a few
|
| /u-boot/test/dm/ |
| A D | Kconfig | 7 If all is well then all tests pass although there will be a few
|
| /u-boot/arch/mips/mach-ath79/qca953x/ |
| A D | ddr.c | 414 u32 val, pass, tap, cnt, tap_val, last, first; in ddr_tap_tuning() local 450 pass = val & DDR_BIST_COMP_CNT_MASK; in ddr_tap_tuning() 451 pass ^= DDR_BIST_COMP_CNT(8); in ddr_tap_tuning() 452 if (!pass) { in ddr_tap_tuning()
|
| /u-boot/doc/usage/os/ |
| A D | plan9.rst | 8 Plan 9 from Bell Labs kernel images require additional setup to pass
|
| /u-boot/doc/ |
| A D | README.OFT | 5 way to pass bootloader and board setup information is the open
|
| /u-boot/doc/usage/cmd/ |
| A D | pstore.rst | 19 allow to use memory to pass data from the dying breath of a crashing kernel to 37 U-Boot automatically patches the Device Tree to pass the Ramoops parameters to
|
| /u-boot/test/py/ |
| A D | multiplexed_log.css | 68 .status-pass {
|
| /u-boot/board/hisilicon/hikey/ |
| A D | README | 124 INFO: ddr3 rank1 init pass 126 INFO: ddr3 rank1 init pass 128 INFO: ddr3 rank1 init pass 130 INFO: ddr3 rank1 init pass 132 INFO: ddr3 rank1 init pass
|
| /u-boot/arch/arm/mach-zynq/ |
| A D | u-boot.lds | 127 * is expected to pass this image on to tools for boot.bin
|
| /u-boot/arch/x86/include/asm/acpi/ |
| A D | globutil.asl | 75 * Returns 0 on fail, 1 on pass.
|
| /u-boot/doc/develop/devicetree/ |
| A D | dt_qemu.rst | 16 Where QEMU generates its own devicetree to pass to U-Boot you can use
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 494 defaults to empty, but you can pass a list of errors that you expect. 842 pass 851 pass 867 pass 882 pass 897 pass 912 pass 928 pass 946 pass 961 pass
|
| /u-boot/fs/jffs2/ |
| A D | jffs2_1pass.c | 1269 int i, pass; in jffs2_sum_process_sum_data() local 1272 for (pass = 0; pass < 2; pass++) { in jffs2_sum_process_sum_data() 1282 if (pass) { in jffs2_sum_process_sum_data() 1306 if (pass) { in jffs2_sum_process_sum_data()
|