Searched defs:MS (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-spi.c | 204 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 D | i915_wait_util.h | 48 #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 D | intel_gmbus.c | 41 #define _wait_for(COND, MS, W) ({ \ argument 55 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
| H A D | cdv_intel_display.c | 114 #define _wait_for(COND, MS, W) ({ \ argument 128 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
| H A D | cdv_intel_dp.c | 234 #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 D | ak4642.c | 85 #define MS (1 << 3) /* master/slave select */ macro
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | target.h | 134 #define MS(f, v) (((v) & f) >> f##_S) macro
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_drv.h | 901 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | hw.h | 122 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | core.h | 33 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) macro
|