Searched defs:us (Results 1 – 12 of 12) sorted by relevance
113 #define SNTP_SET_SYSTEM_TIME_US(sec, us) argument203 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while (0) argument
61 unsigned int us = delay % 0x3e8; in rockchip_clock_pvtm_delay() local
63 unsigned int us = delay % 1000; in rockchip_clock_pvtm_delay() local
65 #define crypto_udelay(us) hi_udelay(us) argument
38 #define HI_USLEEP(us) \ argument
235 unsigned int us = delay % 0x3E8; in rockchip_pvtm_delay() local
242 unsigned int us = delay % 1000; in rockchip_pvtm_delay() local
69 #define DELAY(i2c_num, us) time_delay_us(i2c_num, us) argument
121 #define SPINWAIT(exp, us) { \ argument242 #define bcmprinttstamp(us) argument
2595 unsigned int us = delay % CORE_ONETHOUSAND; in _regulator_enable_delay() local
1315 static inline int us_to_vertical_line(struct drm_display_mode *mode, int us) in us_to_vertical_line()
1529 #define SPINWAIT_SLEEP(a, exp, us) do { \ argument