Home
last modified time | relevance | path

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

123

/u-boot/arch/arm/lib/
A Dvectors_m.S13 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 Dmcfmii.c139 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 Dmpc8xx_fec.c757 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 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/doc/board/emulation/
A Dqemu-arm.rst66 - 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 DKconfig8 If all is well then all tests pass although there will be a few
/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/
A DREADME.plan91 Plan 9 from Bell Labs kernel images require additional setup to pass
A DREADME.OFT5 way to pass bootloader and board setup information is the open
A DREADME.lynxkdi53 To pass the MAC address to BlueCat you should define the
A DREADME.mediatek62 and pass control to it.
74 load it into DRAM, and pass control to it.
/u-boot/doc/usage/
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/arch/arm/dts/
A Dkeystone-k2e-evm.dts33 clock-output-names = "refclk-pass";
A Dkeystone-k2hk-evm.dts32 clock-output-names = "refclk-pass";
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped490 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 Dcoreboot.rst40 At present it seems that for Minnowboard Max, coreboot does not pass through
/u-boot/tools/env/
A DREADME18 v2.6.8-rc1) it is required to pass the argument "MTD_VERSION=old" to
/u-boot/fs/jffs2/
A Djffs2_1pass.c1252 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()

Completed in 35 milliseconds

123