Home
last modified time | relevance | path

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

/linux/arch/mips/cavium-octeon/executive/
H 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/gpu/drm/i915/
H A Di915_wait_util.h48 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
117 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000) argument
/linux/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c41 #define _wait_for(COND, MS, W) ({ \ argument
55 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
H A Dcdv_intel_display.c114 #define _wait_for(COND, MS, W) ({ \ argument
128 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
H A Dcdv_intel_dp.c234 #define _wait_for(COND, MS, W) ({ \ argument
247 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
/linux/sound/soc/codecs/
H A Dak4642.c85 #define MS (1 << 3) /* master/slave select */ macro
/linux/drivers/net/wireless/ath/ath6kl/
H A Dtarget.h134 #define MS(f, v) (((v) & f) >> f##_S) macro
/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.h901 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.h122 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h33 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) macro