| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/ |
| H A D | timer.c | 63 u64 wait; in __udelay() local 66 wait = (u64)((usec * CLK2MHZ(CONFIG_SYS_CPU_CLK)) >> 2); in __udelay() 69 } while ((current - start) < wait); in __udelay()
|
| /rk3399_rockchip-uboot/board/freescale/t4qds/ |
| H A D | t4240qds.c | 163 static inline int wait_for_voltage_stable(int wait) in wait_for_voltage_stable() argument 168 udelay(wait * NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable() 174 udelay(wait * NUM_READINGS * WAIT_FOR_ADC); in wait_for_voltage_stable() 187 int wait, vdd_last; in set_voltage() local 191 wait = wait_for_voltage_change(vdd_last); in set_voltage() 192 if (wait < 0) in set_voltage() 194 debug("VID: Waited %d us\n", wait * NUM_READINGS * WAIT_FOR_ADC); in set_voltage() 195 wait = wait ? wait : 1; in set_voltage() 197 vdd_last = wait_for_voltage_stable(wait); in set_voltage()
|
| /rk3399_rockchip-uboot/doc/ |
| H 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.
|
| H A D | README.video | 59 - hpd_delay=<int> - How long to wait for the hdmi HPD signal in milliseconds 62 wait for the HPD signal before assuming no cable is connected.
|
| H A D | README.socfpga | 81 4.2 In the Open System dialog, wait until completion and press 'Close' 84 4.3.2 In the 'Generate' dialog, wait until completion and click 'Close'
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | exynos5250-snow.dts | 108 wait-retry-us = <3000>; 109 wait-free-us = <50000>; 150 ti,overcurrent-wait = <3>; 155 ti,overcurrent-wait = <3>; 160 ti,overcurrent-wait = <3>; 164 ti,overcurrent-wait = <3>; 169 ti,overcurrent-wait = <3>; 173 ti,overcurrent-wait = <3>; 178 ti,overcurrent-wait = <3>;
|
| H 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";
|
| H A D | am335x-draco.dtsi | 150 gpmc,wait-on-read = "true"; 151 gpmc,wait-on-write = "true"; 155 gpmc,wait-monitoring-ns = <0>;
|
| H A D | exynos5250-spring.dts | 480 ti,overcurrent-wait = <3>; 485 ti,overcurrent-wait = <3>; 490 ti,overcurrent-wait = <3>; 494 ti,overcurrent-wait = <3>; 499 ti,overcurrent-wait = <3>; 503 ti,overcurrent-wait = <3>; 508 ti,overcurrent-wait = <3>; 549 * RPHY Setting: [3:2] CDR tune wait cycle before
|
| H A D | omap3xxx-clocks.dtsi | 511 compatible = "ti,composite-no-wait-gate-clock"; 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"; [all …]
|
| H 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";
|
| H A D | omap36xx-clocks.dtsi | 66 compatible = "ti,wait-gate-clock";
|
| H A D | am335x-pxm2.dtsi | 179 gpmc,wait-on-read = "true"; 180 gpmc,wait-on-write = "true"; 184 gpmc,wait-monitoring-ns = <0>;
|
| H A D | am335x-rut.dts | 228 gpmc,wait-on-read = "true"; 229 gpmc,wait-on-write = "true"; 233 gpmc,wait-monitoring-ns = <0>;
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra124/ |
| H A D | display.h | 49 int tegra_lcd_check_next_stage(const void *blob, int wait);
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/ |
| H A D | mx35_sdram.c | 33 volatile unsigned int wait = count; in dram_wait() local 35 while (wait--) in dram_wait()
|
| /rk3399_rockchip-uboot/board/CarMediaLab/flea3/ |
| H A D | flea3.c | 36 volatile unsigned int wait = count; in dram_wait() local 38 while (wait--) in dram_wait()
|
| /rk3399_rockchip-uboot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 836 return this->wait(mtd, FL_READING); in onenand_recover_lsb() 889 ret = this->wait(mtd, FL_READING); in onenand_read_ops_nolock() 942 ret = this->wait(mtd, FL_READING); in onenand_read_ops_nolock() 965 ret = this->wait(mtd, FL_READING); in onenand_read_ops_nolock() 1051 ret = this->wait(mtd, FL_READING); in onenand_read_oob_nolock() 1297 status = this->wait(mtd, FL_READING); in onenand_verify_oob() 1333 ret = this->wait(mtd, FL_READING); in onenand_verify() 1485 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock() 1613 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock() 1794 ret = this->wait(mtd, FL_ERASING); in onenand_erase() [all …]
|
| H A D | samsung.c | 484 this->wait(mtd, FL_LOCKING); in s3c_onenand_do_lock_cmd() 502 this->wait(mtd, FL_LOCKING); in s3c_onenand_unlock_all() 560 this->wait = s3c_onenand_wait; in s3c_onenand_init()
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | vid.c | 242 int wait, vdd_last; in set_voltage_to_IR() local 262 wait = wait_for_new_voltage(vdd, i2caddress); in set_voltage_to_IR() 263 if (wait < 0) in set_voltage_to_IR() 265 debug("VID: Waited %d us\n", wait * NUM_READINGS * WAIT_FOR_ADC); in set_voltage_to_IR()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | uniphier-sd.c | 195 long wait = 1000000; in uniphier_sd_wait_for_irq() local 199 if (wait-- < 0) { in uniphier_sd_wait_for_irq() 317 long wait = 1000000 + 10 * blocks; in uniphier_sd_dma_wait_for_irq() local 320 if (wait-- < 0) { in uniphier_sd_dma_wait_for_irq()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | onenand.h | 94 int (*wait) (struct mtd_info *mtd, int state); member
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | command.py | 100 result.return_code = last_pipe.wait()
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/ |
| H A D | lowlevel_init.S | 117 bne 1b @ wait until the operation is completed
|
| /rk3399_rockchip-uboot/arch/mips/cpu/ |
| H A D | start.S | 165 3: wait
|