/u-boot/arch/arm/lib/ |
A D | vectors_m.S | 13 mov r0, sp @ pass auto-saved registers as argument 18 mov r0, sp @ pass auto-saved registers as argument 23 mov r0, sp @ pass auto-saved registers as argument 28 mov r0, sp @ pass auto-saved registers as argument 33 mov r0, sp @ pass auto-saved registers as argument
|
/u-boot/drivers/net/ |
A D | mcfmii.c | 139 int phyaddr, pass; in mii_discover_phy() local 147 for (pass = 1; pass <= MAX_PHY_PASSES && phyaddr < 0; ++pass) { in mii_discover_phy() 148 if (pass > 1) { in mii_discover_phy() 161 printf("PHY type 0x%x pass %d\n", phytype, pass); in mii_discover_phy() 171 printf("PHY @ 0x%x pass %d\n", phyno, pass); in mii_discover_phy()
|
A D | mpc8xx_fec.c | 757 int pass; in mii_discover_phy() local 762 for (pass = 1; pass <= MAX_PHY_PASSES && phyaddr < 0; ++pass) { in mii_discover_phy() 763 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/doc/board/emulation/ |
A D | qemu-arm.rst | 66 - To add a Serial ATA disk via an Intel ICH9 AHCI controller, pass e.g.:: 70 - To add an Intel E1000 network adapter, pass e.g.:: 74 - To add an EHCI-compliant USB host controller, pass e.g.:: 78 - To add a NVMe disk, pass e.g.::
|
/u-boot/test/env/ |
A D | Kconfig | 8 If all is well then all tests pass although there will be a few
|
/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/ |
A D | README.plan9 | 1 Plan 9 from Bell Labs kernel images require additional setup to pass
|
A D | README.OFT | 5 way to pass bootloader and board setup information is the open
|
A D | README.lynxkdi | 53 To pass the MAC address to BlueCat you should define the
|
A D | README.mediatek | 62 and pass control to it. 74 load it into DRAM, and pass control to it.
|
/u-boot/doc/usage/ |
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/arch/arm/dts/ |
A D | keystone-k2e-evm.dts | 33 clock-output-names = "refclk-pass";
|
A D | keystone-k2hk-evm.dts | 32 clock-output-names = "refclk-pass";
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | libfdt.i_shipped | 490 defaults to empty, but you can pass a list of errors that you expect. 838 pass 847 pass 863 pass 878 pass 893 pass 908 pass 924 pass 942 pass 957 pass
|
/u-boot/doc/board/coreboot/ |
A D | coreboot.rst | 40 At present it seems that for Minnowboard Max, coreboot does not pass through
|
/u-boot/tools/env/ |
A D | README | 18 v2.6.8-rc1) it is required to pass the argument "MTD_VERSION=old" to
|
/u-boot/fs/jffs2/ |
A D | jffs2_1pass.c | 1252 int i, pass; in jffs2_sum_process_sum_data() local 1255 for (pass = 0; pass < 2; pass++) { in jffs2_sum_process_sum_data() 1265 if (pass) { in jffs2_sum_process_sum_data() 1288 if (pass) { in jffs2_sum_process_sum_data()
|