Home
last modified time | relevance | path

Searched refs:usecs (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c33 static inline unsigned long long usecs_to_ticks(unsigned long usecs) in usecs_to_ticks() argument
35 unsigned long long ticks = (unsigned long long)usecs * TIMER_FREQ; in usecs_to_ticks()
/rk3399_rockchip-uboot/board/cirrus/edb93xx/
H A Dedb93xx.c44 static inline void early_udelay(uint32_t usecs) in early_udelay() argument
47 register uint32_t loops = (usecs * 1000) / 20; in early_udelay()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dat91sam9261ek.dts135 ti,vref-delay-usecs = /bits/ 16 <450>;
/rk3399_rockchip-uboot/include/
H A Defi_api.h115 efi_status_t (EFIAPI *stall)(unsigned long usecs);