/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 | 41 # define SHIFT sll macro 44 # define SHIFT srl macro 79 SHIFT t1, t1, t2
|
/linux/tools/testing/shared/ |
H A D | shared.mk | 22 ifndef SHIFT 23 SHIFT=3 61 @if ! grep -qws $(SHIFT) generated/map-shift.h; then \ 63 echo "#define XA_CHUNK_SHIFT $(SHIFT)" > \
|
/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"; 519 firmware-name = "qcom/qcm6490/SHIFT/otter/a660_zap.mbn"; 567 firmware-name = "qcom/qcm6490/SHIFT/otter/ipa_fws.mbn"; 742 firmware-name = "qcom/qcm6490/SHIFT/otter/adsp.mbn"; 747 firmware-name = "qcom/qcm6490/SHIFT/otter/cdsp.mbn"; 752 firmware-name = "qcom/qcm6490/SHIFT/otter/modem.mbn"; 757 firmware-name = "qcom/qcm6490/SHIFT/otter/wpss.mbn";
|
H A D | sdm845-shift-axolotl.dts | 18 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 | 52 #define LN_PIN_GPIO(REV, ID, NAME, REG, SHIFT, INVERT) \ argument 55 .shift = LOCHNAGAR##REV##_##SHIFT##_SHIFT, .invert = INVERT, \ 68 #define LN1_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 69 LN_PIN_GPIO(1, ID, NAME, REG, SHIFT, INVERT) 77 #define LN2_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument 78 LN_PIN_GPIO(2, ID, NAME, REG, SHIFT, INVERT)
|
/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | set_id_regs.c | 47 #define __REG_FTR_BITS(NAME, SIGNED, TYPE, SHIFT, MASK, SAFE_VAL) \ argument 52 .shift = SHIFT, \
|
/linux/drivers/net/ethernet/atheros/alx/ |
H A D | hw.h | 146 #define DESC_GET(_x, _name) ((_x) >> _name##SHIFT & _name##MASK)
|
/linux/fs/ext4/ |
H A D | extents.c | 5092 enum SHIFT_DIRECTION SHIFT) in ext4_ext_shift_path_extents() argument 5129 if (SHIFT == SHIFT_LEFT) { in ext4_ext_shift_path_extents() 5161 if (SHIFT == SHIFT_LEFT) in ext4_ext_shift_path_extents() 5190 enum SHIFT_DIRECTION SHIFT) in ext4_ext_shift_extents() argument 5216 if (SHIFT == SHIFT_LEFT) { in ext4_ext_shift_extents() 5252 if (SHIFT == SHIFT_LEFT) in ext4_ext_shift_extents() 5277 if (SHIFT == SHIFT_LEFT && *iterator > in ext4_ext_shift_extents() 5289 if (SHIFT == SHIFT_LEFT) { in ext4_ext_shift_extents() 5313 handle, SHIFT); in ext4_ext_shift_extents()
|
/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
|