Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 92) sorted by relevance

1234

/u-boot/arch/arm/lib/
A Dvectors_m.S14 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 Dmcfmii.c127 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 Dmpc8xx_fec.c730 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 Dcrt0_ia32_efi.S28 pushl %ebx # pass _DYNAMIC as second argument
29 pushl %eax # pass ldbase as first argument
/u-boot/drivers/core/
A Dlists.c112 int pass; in lists_bind_drivers() local
119 for (pass = 0; pass < 10; pass++) { in lists_bind_drivers()
/u-boot/boot/
A Dbootmeth-uclass.c147 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 Dqemu-arm.rst70 - 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 Dqemu-riscv.rst14 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 DKconfig8 If all is well then all tests pass although there will be a few
/u-boot/arch/arm/dts/
A Dimx7d-colibri.dtsi11 /* Required to properly pass MAC addresses from bootloader. */
A Dimx7d-colibri-emmc.dtsi11 /* Required to properly pass MAC addresses from bootloader. */
A Dkeystone-k2e-evm.dts30 clock-output-names = "refclk-pass";
/u-boot/test/overlay/
A DKconfig9 If all is well then all tests pass although there will be a few
/u-boot/test/dm/
A DKconfig7 If all is well then all tests pass although there will be a few
/u-boot/arch/mips/mach-ath79/qca953x/
A Dddr.c414 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 Dplan9.rst8 Plan 9 from Bell Labs kernel images require additional setup to pass
/u-boot/doc/
A DREADME.OFT5 way to pass bootloader and board setup information is the open
/u-boot/doc/usage/cmd/
A Dpstore.rst19 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 Dmultiplexed_log.css68 .status-pass {
/u-boot/board/hisilicon/hikey/
A DREADME124 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 Du-boot.lds127 * is expected to pass this image on to tools for boot.bin
/u-boot/arch/x86/include/asm/acpi/
A Dglobutil.asl75 * Returns 0 on fail, 1 on pass.
/u-boot/doc/develop/devicetree/
A Ddt_qemu.rst16 Where QEMU generates its own devicetree to pass to U-Boot you can use
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped494 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 Djffs2_1pass.c1269 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()

Completed in 42 milliseconds

1234