/u-boot/arch/riscv/lib/ |
A D | smp.c | 16 static int send_ipi_many(struct ipi_data *ipi, int wait) in send_ipi_many() argument 72 if (wait) { in send_ipi_many() 117 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait) in smp_call_function() argument 125 return send_ipi_many(&ipi, wait); in smp_call_function()
|
/u-boot/arch/arm/mach-rmobile/ |
A D | timer.c | 65 u64 wait; in __udelay() local 68 wait = (u64)((usec * CLK2MHZ(CONFIG_SYS_CPU_CLK)) >> 2); in __udelay() 71 } while ((current - start) < wait); in __udelay()
|
/u-boot/include/linux/ |
A D | completion.h | 30 wait_queue_head_t wait; member 40 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) } 92 init_waitqueue_head(&x->wait); in __init_completion()
|
/u-boot/arch/powerpc/cpu/mpc83xx/elbc/ |
A D | Kconfig.elbc1 | 192 bool "No wait states" 195 bool "1 wait state" 198 bool "2 wait states" 201 bool "3 wait states" 204 bool "4 wait states" 207 bool "5 wait states" 210 bool "6 wait states" 213 bool "7 wait states" 217 bool "8 wait states" 221 bool "9 wait states" [all …]
|
A D | Kconfig.elbc4 | 192 bool "No wait states" 195 bool "1 wait state" 198 bool "2 wait states" 201 bool "3 wait states" 204 bool "4 wait states" 207 bool "5 wait states" 210 bool "6 wait states" 213 bool "7 wait states" 217 bool "8 wait states" 221 bool "9 wait states" [all …]
|
A D | Kconfig.elbc0 | 192 bool "No wait states" 195 bool "1 wait state" 198 bool "2 wait states" 201 bool "3 wait states" 204 bool "4 wait states" 207 bool "5 wait states" 210 bool "6 wait states" 213 bool "7 wait states" 217 bool "8 wait states" 221 bool "9 wait states" [all …]
|
A D | Kconfig.elbc2 | 192 bool "No wait states" 195 bool "1 wait state" 198 bool "2 wait states" 201 bool "3 wait states" 204 bool "4 wait states" 207 bool "5 wait states" 210 bool "6 wait states" 213 bool "7 wait states" 217 bool "8 wait states" 221 bool "9 wait states" [all …]
|
A D | Kconfig.elbc3 | 192 bool "No wait states" 195 bool "1 wait state" 198 bool "2 wait states" 201 bool "3 wait states" 204 bool "4 wait states" 207 bool "5 wait states" 210 bool "6 wait states" 213 bool "7 wait states" 217 bool "8 wait states" 221 bool "9 wait states" [all …]
|
/u-boot/arch/arm/include/asm/arch-tegra124/ |
A D | display.h | 48 int tegra_lcd_check_next_stage(const void *blob, int wait);
|
/u-boot/doc/ |
A D | README.i2c | 41 4. Otherwise, wait for a few milliseconds (retry time) and see if EC_CLAIM is 43 5. If not, back off, release the claim and wait for a few more milliseconds 45 6. Go back to 1 if things don't look wedged (wait time has expired) 55 - wait time - 50ms 60 wait for access to the bus assuming that the other side isn't using it.
|
/u-boot/arch/arm/cpu/arm1136/mx35/ |
A D | mx35_sdram.c | 32 volatile unsigned int wait = count; in dram_wait() local 34 while (wait--) in dram_wait()
|
/u-boot/arch/arm/dts/ |
A D | omap34xx-omap36xx-clocks.dtsi | 62 compatible = "ti,omap3-no-wait-interface-clock"; 134 compatible = "ti,wait-gate-clock"; 142 compatible = "ti,wait-gate-clock"; 187 compatible = "ti,wait-gate-clock"; 219 compatible = "ti,wait-gate-clock";
|
A D | exynos5250-snow.dts | 107 wait-retry-us = <3000>; 108 wait-free-us = <50000>; 149 ti,overcurrent-wait = <3>; 154 ti,overcurrent-wait = <3>; 159 ti,overcurrent-wait = <3>; 163 ti,overcurrent-wait = <3>; 168 ti,overcurrent-wait = <3>; 172 ti,overcurrent-wait = <3>; 177 ti,overcurrent-wait = <3>;
|
A D | am335x-draco.dtsi | 151 gpmc,wait-on-read = "true"; 152 gpmc,wait-on-write = "true"; 156 gpmc,wait-monitoring-ns = <0>;
|
A D | am335x-brppt1-nand.dts | 330 gpmc,wait-on-read = "true"; 331 gpmc,wait-on-write = "true"; 335 gpmc,wait-monitoring-ns = <0>; 338 gpmc,wait-pin = <1>;
|
A D | omap36xx-am35xx-omap3430es2plus-clocks.dtsi | 109 compatible = "ti,wait-gate-clock"; 133 compatible = "ti,wait-gate-clock"; 157 compatible = "ti,wait-gate-clock";
|
A D | omap3xxx-clocks.dtsi | 647 compatible = "ti,wait-gate-clock"; 655 compatible = "ti,wait-gate-clock"; 663 compatible = "ti,wait-gate-clock"; 671 compatible = "ti,wait-gate-clock"; 679 compatible = "ti,wait-gate-clock"; 711 compatible = "ti,wait-gate-clock"; 719 compatible = "ti,wait-gate-clock"; 727 compatible = "ti,wait-gate-clock"; 735 compatible = "ti,wait-gate-clock"; 743 compatible = "ti,wait-gate-clock"; [all …]
|
A D | exynos5250-spring.dts | 531 ti,overcurrent-wait = <3>; 536 ti,overcurrent-wait = <3>; 541 ti,overcurrent-wait = <3>; 545 ti,overcurrent-wait = <3>; 550 ti,overcurrent-wait = <3>; 554 ti,overcurrent-wait = <3>; 559 ti,overcurrent-wait = <3>; 600 * RPHY Setting: [3:2] CDR tune wait cycle before
|
A D | omap-gpmc-smsc911x.dtsi | 46 gpmc,wait-monitoring-ns = <0>;
|
/u-boot/arch/riscv/include/asm/ |
A D | smp.h | 59 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait);
|
/u-boot/board/CarMediaLab/flea3/ |
A D | flea3.c | 39 volatile unsigned int wait = count; in dram_wait() local 41 while (wait--) in dram_wait()
|
/u-boot/drivers/mtd/onenand/ |
A D | onenand_base.c | 1974 this->wait(mtd, FL_UNLOCKING); in onenand_do_lock_cmd() 2005 this->wait(mtd, FL_UNLOCKING); in onenand_do_lock_cmd() 2112 this->wait(mtd, FL_LOCKING); in onenand_unlock_all() 2283 this->wait(mtd, FL_SYNCING); in flexonenand_get_boundary() 2286 this->wait(mtd, FL_READING); in flexonenand_get_boundary() 2296 this->wait(mtd, FL_RESETING); in flexonenand_get_boundary() 2476 this->wait(mtd, FL_SYNCING); in flexonenand_set_boundary() 2516 this->wait(mtd, FL_RESETING); in flexonenand_set_boundary() 2555 if (this->wait(mtd, FL_RESETING)) in onenand_chip_probe() 2695 if (!this->wait) in onenand_scan() [all …]
|
/u-boot/arch/mips/dts/ |
A D | mrvl,octeon-ebb7304.dts | 48 cavium,t-wait = <50>; 66 cavium,t-wait = <50>;
|
/u-boot/net/ |
A D | Kconfig | 84 int "# of additional milliseconds to wait for ProxyDHCP response" 87 Amount of additional time to wait for ProxyDHCP response after
|
/u-boot/board/freescale/common/ |
A D | vid.c | 454 int wait, vdd_last; in set_voltage_to_IR() local 480 wait = wait_for_new_voltage(vdd, i2caddress); in set_voltage_to_IR() 481 if (wait < 0) in set_voltage_to_IR() 483 debug("VID: Waited %d us\n", wait * NUM_READINGS * WAIT_FOR_ADC); in set_voltage_to_IR()
|