| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | mvtwsi.c | 91 uint tick; member 263 uint tick) in twsi_wait() argument 279 ndelay(tick); /* One clock cycle */ in twsi_wait() 300 uint tick) in twsi_start() argument 306 return twsi_wait(twsi, expected_status, tick); in twsi_start() 323 int expected_status, uint tick) in twsi_send() argument 331 return twsi_wait(twsi, expected_status, tick); in twsi_send() 348 uint tick) in twsi_recv() argument 360 status = twsi_wait(twsi, expected_status, tick); in twsi_recv() 378 static int twsi_stop(struct mvtwsi_registers *twsi, uint tick) in twsi_stop() argument [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | time.c | 118 static uint64_t notrace tick_to_time(uint64_t tick) in tick_to_time() argument 122 tick *= CONFIG_SYS_HZ; in tick_to_time() 123 do_div(tick, div); in tick_to_time() 124 return tick; in tick_to_time() 145 uint64_t tick = usec; in usec_to_tick() local 146 tick *= get_tbclk(); in usec_to_tick() 147 do_div(tick, 1000000); in usec_to_tick() 148 return tick; in usec_to_tick()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/ |
| H A D | timer.c | 41 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() argument 43 tick *= CONFIG_SYS_HZ; in tick_to_time() 44 do_div(tick, CONFIG_MX27_CLK32); in tick_to_time() 45 return tick; in tick_to_time() 67 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() argument 69 do_div(tick, TICK_PER_TIME); in tick_to_time() 70 return tick; in tick_to_time()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/ |
| H A D | timer.c | 19 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() argument 21 tick *= CONFIG_SYS_HZ; in tick_to_time() 22 do_div(tick, mxc_get_clock(MXC_IPG_CLK)); in tick_to_time() 24 return tick; in tick_to_time()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | timer.c | 32 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() argument 38 tick *= CONFIG_SYS_HZ; in tick_to_time() 39 do_div(tick, freq); in tick_to_time() 41 return tick; in tick_to_time()
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | syscounter.c | 35 static inline unsigned long long tick_to_time(unsigned long long tick) in tick_to_time() argument 41 tick *= CONFIG_SYS_HZ; in tick_to_time() 42 do_div(tick, freq); in tick_to_time() 44 return tick; in tick_to_time()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | ath79_spi.c | 67 u64 tick; in ath79_spi_xfer() local 100 tick = get_ticks() + priv->rrw_delay; in ath79_spi_xfer() 101 while (get_ticks() < tick) in ath79_spi_xfer() 110 tick = get_ticks() + priv->rrw_delay; in ath79_spi_xfer() 111 while (get_ticks() < tick) in ath79_spi_xfer()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ |
| H A D | chosen.txt | 25 tick-timer property 28 as the tick-timer. Earlier it was hardcoded in the timer driver now 30 used as tick timer. 36 tick-timer = "/timer2@f00";
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | timer.c | 35 static inline unsigned long tick_to_time(unsigned long tick) in tick_to_time() argument 37 return tick / (MXS_INCREMENTER_HZ / CONFIG_SYS_HZ); in tick_to_time()
|
| /rk3399_rockchip-uboot/arch/nds32/dts/ |
| H A D | ag101p.dts | 17 tick-timer = &timer0;
|
| H A D | ae3xx.dts | 17 tick-timer = &timer0;
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | am335x-bonegreen.dts | 18 tick-timer = &timer2;
|
| H A D | rk3368-lion-u-boot.dtsi | 16 tick-timer = "/timer@ff810000";
|
| H A D | am335x-boneblack.dts | 18 tick-timer = &timer2;
|
| H A D | am335x-draco.dtsi | 14 tick-timer = &timer2;
|
| H A D | am335x-bone-common.dtsi | 18 tick-timer = &timer2;
|
| H A D | am335x-icev2.dts | 24 tick-timer = &timer2;
|
| H A D | am437x-idk-evm.dts | 23 tick-timer = &timer2;
|
| H A D | am335x-pxm2.dtsi | 19 tick-timer = &timer2;
|
| H A D | dra72-evm-common.dtsi | 23 tick-timer = &timer2;
|
| H A D | am335x-rut.dts | 28 tick-timer = &timer2;
|
| H A D | am437x-sk-evm.dts | 29 tick-timer = &timer2;
|
| H A D | am335x-evmsk.dts | 26 tick-timer = &timer2;
|
| H A D | am335x-evm.dts | 19 tick-timer = &timer2;
|
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | Kconfig | 10 counter. There may be no real tick, and no timer interrupt.
|