Home
last modified time | relevance | path

Searched defs:MS (Results 1 – 12 of 12) sorted by relevance

/linux/arch/mips/cavium-octeon/executive/
A Dcvmx-spi.c204 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_reset_cb() local
435 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_clock_detect_cb() local
512 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_training_cb() local
579 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_calendar_sync_cb() local
/linux/drivers/staging/rtl8712/
A Drtl8712_wmac_regdef.h26 #define MS (RTL8712_WMAC_ + 0x24) macro
/linux/drivers/gpu/drm/gma500/
A Dintel_gmbus.c39 #define _wait_for(COND, MS, W) ({ \ argument
53 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
A Dcdv_intel_display.c112 #define _wait_for(COND, MS, W) ({ \ argument
126 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
A Dcdv_intel_dp.c237 #define _wait_for(COND, MS, W) ({ \ argument
250 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
/linux/drivers/gpu/drm/i915/
A Di915_utils.h344 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
408 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000) argument
/linux/sound/soc/codecs/
A Dak4642.c85 #define MS (1 << 3) /* master/slave select */ macro
/linux/drivers/gpu/drm/v3d/
A Dv3d_drv.h338 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
/linux/drivers/net/wireless/ath/ath6kl/
A Dtarget.h134 #define MS(f, v) (((v) & f) >> f##_S) macro
/linux/drivers/gpu/drm/vc4/
A Dvc4_drv.h783 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
/linux/drivers/net/wireless/ath/ath9k/
A Dhw.h122 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
/linux/drivers/net/wireless/ath/ath10k/
A Dcore.h31 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) macro

Completed in 39 milliseconds