| /linux/drivers/scsi/ |
| H A D | scsi_logging.h | 44 #define SCSI_LOG_LEVEL(SHIFT, BITS) \ argument 45 ((scsi_logging_level >> (SHIFT)) & ((1 << (BITS)) - 1)) 47 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument 49 if (unlikely((SCSI_LOG_LEVEL(SHIFT, BITS)) > (LEVEL))) \ 55 #define SCSI_LOG_LEVEL(SHIFT, BITS) 0 argument 56 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) do { } while (0) argument
|
| /linux/arch/arc/lib/ |
| H A D | memcmp.S | 10 #define SHIFT r3 macro 13 #define SHIFT r2 macro 50 asl_s SHIFT,SHIFT,3 60 bset r0,r0,SHIFT 96 neg_s SHIFT,SHIFT 97 lsr r4,r4,SHIFT 98 lsr r5,r5,SHIFT
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_syncmap.c | 55 len = scnprintf(buf, *sz, "0x%016llx", p->prefix << p->height << SHIFT); in __sync_print() 58 X = (p->height + SHIFT) / 4; in __sync_print() 296 for (order = 0; order < 64; order += SHIFT) { in igt_syncmap_join_above() 345 for (order = 64 - SHIFT; order > 0; order -= SHIFT) { in igt_syncmap_join_below() 362 for (order = SHIFT; order < 64; order += SHIFT) { in igt_syncmap_join_below() 383 for (order = SHIFT; order < 64; order += SHIFT) { in igt_syncmap_join_below() 462 for (order = SHIFT; order < 64; order += SHIFT) { in igt_syncmap_compact()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_syncmap.c | 32 #define SHIFT ilog2(KSYNCMAP) macro 91 BUILD_BUG_ON_NOT_POWER_OF_2(SHIFT); in i915_syncmap_init() 123 return id >> p->height >> SHIFT; in __sync_branch_prefix() 129 return id >> SHIFT; in __sync_leaf_prefix() 289 above = round_up(above, SHIFT); in __sync_set() 302 idx = p->prefix >> (above - SHIFT) & MASK; in __sync_set()
|
| /linux/arch/riscv/lib/ |
| H A D | strlen.S | 42 # define SHIFT sll macro 45 # define SHIFT srl macro 80 SHIFT t1, t1, t2
|
| /linux/tools/testing/shared/ |
| H A D | shared.mk | 26 ifndef SHIFT 27 SHIFT=3 65 @if ! grep -qws $(SHIFT) generated/map-shift.h; then \
|
| /linux/Documentation/scheduler/ |
| H A D | sched-pelt.c | 14 #define SHIFT 32 macro 65 max = ((max*y_inv)>>SHIFT) + 1024; in calc_converged_max()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | phy.c | 1089 #define SHIFT 8 in carl9170_interpolate_u8() macro 1092 y = carl9170_interpolate_s32(x << SHIFT, x1 << SHIFT, in carl9170_interpolate_u8() 1093 y1 << SHIFT, x2 << SHIFT, y2 << SHIFT); in carl9170_interpolate_u8() 1100 return (y >> SHIFT) + ((y & (1 << (SHIFT - 1))) >> (SHIFT - 1)); in carl9170_interpolate_u8() 1101 #undef SHIFT in carl9170_interpolate_u8()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | qcm6490-shift-otter.dts | 26 model = "SHIFT SHIFTphone 8"; 510 firmware-name = "qcom/qcm6490/SHIFT/otter/a660_zap.mbn"; 558 firmware-name = "qcom/qcm6490/SHIFT/otter/ipa_fws.mbn"; 778 firmware-name = "qcom/qcm6490/SHIFT/otter/adsp.mbn"; 783 firmware-name = "qcom/qcm6490/SHIFT/otter/cdsp.mbn"; 788 firmware-name = "qcom/qcm6490/SHIFT/otter/modem.mbn"; 793 firmware-name = "qcom/qcm6490/SHIFT/otter/wpss.mbn"; 990 firmware-name = "qcom/qcm6490/SHIFT/otter/venus.mbn";
|
| H A D | sdm845-shift-axolotl.dts | 19 model = "SHIFT SHIFT6mq";
|
| /linux/drivers/scsi/device_handler/ |
| H A D | scsi_dh_rdac.c | 255 #define RDAC_LOG_LEVEL(SHIFT) \ argument 256 ((rdac_logging >> (SHIFT)) & ((1 << (RDAC_LOG_BITS)) - 1)) 258 #define RDAC_LOG(SHIFT, sdev, f, arg...) \ argument 260 if (unlikely(RDAC_LOG_LEVEL(SHIFT))) \
|
| /linux/drivers/pinctrl/cirrus/ |
| H A D | pinctrl-lochnagar.c | 53 #define LN_PIN_GPIO(REV, ID, NAME, REG, SHIFT, INVERT) \ argument 56 .shift = LOCHNAGAR##REV##_##SHIFT##_SHIFT, .invert = INVERT, \ 69 #define LN1_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 70 LN_PIN_GPIO(1, ID, NAME, REG, SHIFT, INVERT) 78 #define LN2_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 79 LN_PIN_GPIO(2, ID, NAME, REG, SHIFT, INVERT)
|
| /linux/drivers/net/ethernet/atheros/alx/ |
| H A D | hw.h | 146 #define DESC_GET(_x, _name) ((_x) >> _name##SHIFT & _name##MASK)
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | set_id_regs.c | 47 #define __REG_FTR_BITS(NAME, SIGNED, TYPE, SHIFT, MASK, SAFE_VAL) \ argument 52 .shift = SHIFT, \
|
| /linux/arch/arm64/kernel/ |
| H A D | cpufeature.c | 192 #define __ARM64_FTR_BITS(SIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL) \ argument 198 .shift = SHIFT, \ 204 #define ARM64_FTR_BITS(VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL) \ argument 205 __ARM64_FTR_BITS(FTR_UNSIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL) 208 #define S_ARM64_FTR_BITS(VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL) \ argument 209 __ARM64_FTR_BITS(FTR_SIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL)
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 250 - TIME SHIFT
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 757 2A (LEFT) SHIFT 769 36 (RIGHT) SHIFT
|