Y                  32 arch/alpha/include/asm/sfp-machine.h #define _FP_MUL_MEAT_S(R,X,Y)					\
Y                  33 arch/alpha/include/asm/sfp-machine.h   _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
Y                  34 arch/alpha/include/asm/sfp-machine.h #define _FP_MUL_MEAT_D(R,X,Y)					\
Y                  35 arch/alpha/include/asm/sfp-machine.h   _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
Y                  36 arch/alpha/include/asm/sfp-machine.h #define _FP_MUL_MEAT_Q(R,X,Y)					\
Y                  37 arch/alpha/include/asm/sfp-machine.h   _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
Y                  39 arch/alpha/include/asm/sfp-machine.h #define _FP_DIV_MEAT_S(R,X,Y)	_FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm)
Y                  40 arch/alpha/include/asm/sfp-machine.h #define _FP_DIV_MEAT_D(R,X,Y)	_FP_DIV_MEAT_1_udiv(D,R,X,Y)
Y                  41 arch/alpha/include/asm/sfp-machine.h #define _FP_DIV_MEAT_Q(R,X,Y)	_FP_DIV_MEAT_2_udiv(Q,R,X,Y)
Y                  55 arch/alpha/include/asm/sfp-machine.h #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP)			\
Y                  57 arch/alpha/include/asm/sfp-machine.h     R##_s = Y##_s;						\
Y                 176 arch/hexagon/include/asm/io.h #define ioremap_uc(X, Y) ioremap((X), (Y))
Y                  31 arch/m68k/include/asm/sun3xflop.h #define release_region(X, Y)	do { } while(0)
Y                  32 arch/m68k/include/asm/sun3xflop.h #define request_region(X, Y, Z)	(1)
Y                  15 arch/nds32/include/asm/sfp-machine.h #define _FP_MUL_MEAT_S(R, X, Y)				\
Y                  16 arch/nds32/include/asm/sfp-machine.h 	_FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S, R, X, Y, umul_ppmm)
Y                  17 arch/nds32/include/asm/sfp-machine.h #define _FP_MUL_MEAT_D(R, X, Y)				\
Y                  18 arch/nds32/include/asm/sfp-machine.h 	_FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D, R, X, Y, umul_ppmm)
Y                  19 arch/nds32/include/asm/sfp-machine.h #define _FP_MUL_MEAT_Q(R, X, Y)				\
Y                  20 arch/nds32/include/asm/sfp-machine.h 	_FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q, R, X, Y, umul_ppmm)
Y                  22 arch/nds32/include/asm/sfp-machine.h #define _FP_MUL_MEAT_DW_S(R, X, Y)			\
Y                  23 arch/nds32/include/asm/sfp-machine.h 	_FP_MUL_MEAT_DW_1_wide(_FP_WFRACBITS_S, R, X, Y, umul_ppmm)
Y                  24 arch/nds32/include/asm/sfp-machine.h #define _FP_MUL_MEAT_DW_D(R, X, Y)			\
Y                  25 arch/nds32/include/asm/sfp-machine.h 	_FP_MUL_MEAT_DW_2_wide(_FP_WFRACBITS_D, R, X, Y, umul_ppmm)
Y                  27 arch/nds32/include/asm/sfp-machine.h #define _FP_DIV_MEAT_S(R, X, Y)	_FP_DIV_MEAT_1_udiv_norm(S, R, X, Y)
Y                  28 arch/nds32/include/asm/sfp-machine.h #define _FP_DIV_MEAT_D(R, X, Y)	_FP_DIV_MEAT_2_udiv(D, R, X, Y)
Y                  40 arch/nds32/include/asm/sfp-machine.h #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP)			\
Y                  43 arch/nds32/include/asm/sfp-machine.h 	  && !(_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)) { \
Y                  44 arch/nds32/include/asm/sfp-machine.h 		R##_s = Y##_s;					\
Y                  45 arch/nds32/include/asm/sfp-machine.h 		_FP_FRAC_COPY_##wc(R, Y);			\
Y                  82 arch/powerpc/include/asm/sfp-machine.h #define _FP_MUL_MEAT_S(R,X,Y)   _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
Y                  83 arch/powerpc/include/asm/sfp-machine.h #define _FP_MUL_MEAT_D(R,X,Y)   _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
Y                  85 arch/powerpc/include/asm/sfp-machine.h #define _FP_DIV_MEAT_S(R,X,Y)	_FP_DIV_MEAT_1_udiv_norm(S,R,X,Y)
Y                  86 arch/powerpc/include/asm/sfp-machine.h #define _FP_DIV_MEAT_D(R,X,Y)	_FP_DIV_MEAT_2_udiv(D,R,X,Y)
Y                 144 arch/powerpc/include/asm/sfp-machine.h #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP)			\
Y                 146 arch/powerpc/include/asm/sfp-machine.h     if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)		\
Y                 154 arch/powerpc/include/asm/sfp-machine.h 	R##_s = Y##_s;						\
Y                 155 arch/powerpc/include/asm/sfp-machine.h 	_FP_FRAC_COPY_##wc(R,Y);				\
Y                  21 arch/sh/include/asm/sfp-machine.h #define _FP_MUL_MEAT_S(R,X,Y)					\
Y                  22 arch/sh/include/asm/sfp-machine.h   _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
Y                  23 arch/sh/include/asm/sfp-machine.h #define _FP_MUL_MEAT_D(R,X,Y)					\
Y                  24 arch/sh/include/asm/sfp-machine.h   _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
Y                  25 arch/sh/include/asm/sfp-machine.h #define _FP_MUL_MEAT_Q(R,X,Y)					\
Y                  26 arch/sh/include/asm/sfp-machine.h   _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
Y                  28 arch/sh/include/asm/sfp-machine.h #define _FP_DIV_MEAT_S(R,X,Y)	_FP_DIV_MEAT_1_udiv(S,R,X,Y)
Y                  29 arch/sh/include/asm/sfp-machine.h #define _FP_DIV_MEAT_D(R,X,Y)	_FP_DIV_MEAT_2_udiv(D,R,X,Y)
Y                  30 arch/sh/include/asm/sfp-machine.h #define _FP_DIV_MEAT_Q(R,X,Y)	_FP_DIV_MEAT_4_udiv(Q,R,X,Y)
Y                  45 arch/sh/include/asm/sfp-machine.h #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP)                      \
Y                  48 arch/sh/include/asm/sfp-machine.h         && !(_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs))     \
Y                  50 arch/sh/include/asm/sfp-machine.h         R##_s = Y##_s;                                          \
Y                  51 arch/sh/include/asm/sfp-machine.h         _FP_FRAC_COPY_##wc(R,Y);                                \
Y                  24 arch/sparc/include/asm/floppy_32.h #define release_region(X, Y)	do { } while(0)
Y                  25 arch/sparc/include/asm/floppy_32.h #define request_region(X, Y, Z)	(1)
Y                 409 arch/sparc/include/asm/io_64.h #define ioremap_nocache(X,Y)		ioremap((X),(Y))
Y                 410 arch/sparc/include/asm/io_64.h #define ioremap_uc(X,Y)			ioremap((X),(Y))
Y                 411 arch/sparc/include/asm/io_64.h #define ioremap_wc(X,Y)			ioremap((X),(Y))
Y                 412 arch/sparc/include/asm/io_64.h #define ioremap_wt(X,Y)			ioremap((X),(Y))
Y                  49 arch/sparc/include/asm/page_64.h #define copy_page(X,Y)	memcpy((void *)(X), (void *)(Y), PAGE_SIZE)
Y                  34 arch/sparc/include/asm/sfp-machine_32.h #define _FP_MUL_MEAT_S(R,X,Y)					\
Y                  35 arch/sparc/include/asm/sfp-machine_32.h   _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
Y                  36 arch/sparc/include/asm/sfp-machine_32.h #define _FP_MUL_MEAT_D(R,X,Y)					\
Y                  37 arch/sparc/include/asm/sfp-machine_32.h   _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
Y                  38 arch/sparc/include/asm/sfp-machine_32.h #define _FP_MUL_MEAT_Q(R,X,Y)					\
Y                  39 arch/sparc/include/asm/sfp-machine_32.h   _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
Y                  41 arch/sparc/include/asm/sfp-machine_32.h #define _FP_DIV_MEAT_S(R,X,Y)	_FP_DIV_MEAT_1_udiv(S,R,X,Y)
Y                  42 arch/sparc/include/asm/sfp-machine_32.h #define _FP_DIV_MEAT_D(R,X,Y)	_FP_DIV_MEAT_2_udiv(D,R,X,Y)
Y                  43 arch/sparc/include/asm/sfp-machine_32.h #define _FP_DIV_MEAT_Q(R,X,Y)	_FP_DIV_MEAT_4_udiv(Q,R,X,Y)
Y                  61 arch/sparc/include/asm/sfp-machine_32.h #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP)			\
Y                  63 arch/sparc/include/asm/sfp-machine_32.h     if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)		\
Y                  71 arch/sparc/include/asm/sfp-machine_32.h 	R##_s = Y##_s;						\
Y                  72 arch/sparc/include/asm/sfp-machine_32.h 	_FP_FRAC_COPY_##wc(R,Y);				\
Y                  32 arch/sparc/include/asm/sfp-machine_64.h #define _FP_MUL_MEAT_S(R,X,Y)					\
Y                  33 arch/sparc/include/asm/sfp-machine_64.h   _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
Y                  34 arch/sparc/include/asm/sfp-machine_64.h #define _FP_MUL_MEAT_D(R,X,Y)					\
Y                  35 arch/sparc/include/asm/sfp-machine_64.h   _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
Y                  36 arch/sparc/include/asm/sfp-machine_64.h #define _FP_MUL_MEAT_Q(R,X,Y)					\
Y                  37 arch/sparc/include/asm/sfp-machine_64.h   _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
Y                  39 arch/sparc/include/asm/sfp-machine_64.h #define _FP_DIV_MEAT_S(R,X,Y)	_FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm)
Y                  40 arch/sparc/include/asm/sfp-machine_64.h #define _FP_DIV_MEAT_D(R,X,Y)	_FP_DIV_MEAT_1_udiv_norm(D,R,X,Y)
Y                  41 arch/sparc/include/asm/sfp-machine_64.h #define _FP_DIV_MEAT_Q(R,X,Y)	_FP_DIV_MEAT_2_udiv(Q,R,X,Y)
Y                  59 arch/sparc/include/asm/sfp-machine_64.h #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP)			\
Y                  61 arch/sparc/include/asm/sfp-machine_64.h     if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)		\
Y                  69 arch/sparc/include/asm/sfp-machine_64.h 	R##_s = Y##_s;						\
Y                  70 arch/sparc/include/asm/sfp-machine_64.h 	_FP_FRAC_COPY_##wc(R,Y);				\
Y                  82 arch/sparc/kernel/ptrace_64.c 	REG_OFFSET_NAME("y", Y),
Y                  33 arch/sparc/net/bpf_jit_comp_32.c #define F2(X, Y)	(OP(X) | OP2(Y))
Y                  34 arch/sparc/net/bpf_jit_comp_32.c #define F3(X, Y)	(OP(X) | OP3(Y))
Y                  63 arch/sparc/net/bpf_jit_comp_64.c #define F2(X, Y)	(OP(X) | OP2(Y))
Y                  64 arch/sparc/net/bpf_jit_comp_64.c #define F3(X, Y)	(OP(X) | OP3(Y))
Y                  25 arch/um/include/shared/as-layout.h #define _UML_AC(X, Y)	(Y)
Y                  27 arch/um/include/shared/as-layout.h #define __UML_AC(X, Y)	(X(Y))
Y                  28 arch/um/include/shared/as-layout.h #define _UML_AC(X, Y)	__UML_AC(X, Y)
Y                  10 arch/x86/um/os-Linux/mcontext.c #define COPY2(X,Y) regs->gp[X] = mc->gregs[REG_##Y]
Y                  20 arch/x86/um/os-Linux/mcontext.c #define COPY2(X,Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y]
Y                  36 drivers/atm/eni.c #define ioremap_nocache(X,Y) ioremap(X,Y)
Y                  72 drivers/char/ipmi/ipmi_bt_sm.c #define BT_STATE_CHANGE(X, Y) { bt->state = X; return Y; }
Y                  74 drivers/char/ipmi/ipmi_bt_sm.c #define BT_SI_SM_RETURN(Y)   { last_printed = BT_STATE_PRINTME; return Y; }
Y                 558 drivers/gpio/gpio-tegra186.c 	TEGRA186_MAIN_GPIO_PORT( Y, 0x1600, 7, 1),
Y                 627 drivers/gpio/gpio-tegra186.c 	TEGRA194_MAIN_GPIO_PORT( Y, 0x2200, 8, 2),
Y                 270 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c #define MAX(X, Y) ((X) > (Y) ? (X) : (Y))
Y                 273 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c #define MIN(X, Y) ((X) < (Y) ? (X) : (Y))
Y                  44 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	DDC_GPIO_REG_LIST_ENTRY(Y,cd,id)\
Y                  69 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	DDC_GPIO_VGA_REG_LIST_ENTRY(Y,cd)\
Y                  86 drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h 	DDC_GPIO_I2C_REG_LIST_ENTRY(Y,cd)\
Y                  41 drivers/gpu/drm/amd/display/dc/gpio/generic_regs.h 	GENERIC_GPIO_REG_LIST_ENTRY(Y, cd, id)\
Y                  49 drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h 	HPD_GPIO_REG_LIST_ENTRY(Y,cd,id)\
Y                  86 drivers/gpu/drm/amd/display/dc/gpio/hw_gpio.c 		REG_GET(Y_reg, Y, value);
Y                 297 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fAdd (fInt X, fInt Y)
Y                 301 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	Sum.full = X.full + Y.full;
Y                 307 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fSubtract (fInt X, fInt Y)
Y                 311 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	Difference.full = X.full - Y.full;
Y                 332 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fMultiply (fInt X, fInt Y) /* Uses 64-bit integers (int64_t) */
Y                 339 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	Y_LessThanOne = (Y.partial.real == 0 && Y.partial.decimal != 0 && Y.full >= 0);
Y                 349 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	tempProduct = ((int64_t)X.full) * ((int64_t)Y.full); /*Q(16,16)*Q(16,16) = Q(32, 32) - Might become a negative number! */
Y                 356 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fDivide (fInt X, fInt Y)
Y                 363 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	if (Equal(Y, fZERO))
Y                 367 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	longlongY = (int64_t)Y.full;
Y                 497 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt Divide (int X, int Y)
Y                 502 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	B.full = Y << SHIFT_AMOUNT;
Y                  46 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c #define STRCAT(X, Y) (X Y)
Y                 213 drivers/iio/accel/adis16201.c 	ADIS_ACCEL_CHAN(Y, ADIS16201_YACCL_OUT_REG, ADIS16201_SCAN_ACC_Y,
Y                 221 drivers/iio/accel/adis16209.c 	ADIS_ACCEL_CHAN(Y, ADIS16209_YACCL_OUT_REG, ADIS16209_SCAN_ACC_Y,
Y                 226 drivers/iio/accel/adis16209.c 	ADIS_INCLI_CHAN(Y, ADIS16209_YINCL_OUT_REG, ADIS16209_SCAN_INCLI_Y,
Y                  81 drivers/iio/accel/adxl345_core.c 	ADXL345_CHANNEL(1, Y),
Y                 246 drivers/iio/accel/adxl372.c 	ADXL372_ACCEL_CHANNEL(1, ADXL372_Y_DATA_H, Y),
Y                 616 drivers/iio/accel/bma180.c 	BMA180_ACC_CHANNEL(Y, 14),
Y                 624 drivers/iio/accel/bma180.c 	BMA180_ACC_CHANNEL(Y, 10),
Y                  82 drivers/iio/accel/bma220_spi.c 	BMA220_ACCEL_CHANNEL(1, BMA220_REG_ACCEL_Y, Y),
Y                1002 drivers/iio/accel/bmc150-accel-core.c 	BMC150_ACCEL_CHANNEL(Y, bits),					\
Y                  46 drivers/iio/accel/da280.c 	DA280_CHANNEL(DA280_REG_ACC_Y_LSB, Y),
Y                  92 drivers/iio/accel/da311.c 	DA311_CHANNEL(DA311_REG_OUT_Y_L | 0x80, Y),
Y                  61 drivers/iio/accel/dmard06.c 	DMARD06_ACCEL_CHANNEL(Y, DMARD06_YOUT_REG),
Y                  45 drivers/iio/accel/dmard09.c 	DMARD09_CHANNEL(Y, DMARD09_AXIS_Y_OFFSET),
Y                  65 drivers/iio/accel/dmard10.c 	DMARD10_CHANNEL(DMARD10_Y_OFFSET, Y),
Y                1007 drivers/iio/accel/kxcjk-1013.c 	KXCJK1013_CHANNEL(Y),
Y                 296 drivers/iio/accel/kxsd9.c 	KXSD9_ACCEL_CHAN(Y, 1),
Y                  51 drivers/iio/accel/mc3230.c 	MC3230_CHANNEL(MC3230_REG_YOUT, Y),
Y                 220 drivers/iio/accel/mma7455_core.c 	MMA7455_CHANNEL(Y, 1),
Y                  52 drivers/iio/accel/mma7660.c 	MMA7660_CHANNEL(MMA7660_REG_YOUT, Y),
Y                1252 drivers/iio/accel/mma8452.c 	MMA8452_CHANNEL(Y, idx_y, 14),
Y                1260 drivers/iio/accel/mma8452.c 	MMA8452_CHANNEL(Y, idx_y, 12),
Y                1268 drivers/iio/accel/mma8452.c 	MMA8452_CHANNEL(Y, idx_y, 10),
Y                1276 drivers/iio/accel/mma8452.c 	MMA8652_CHANNEL(Y, idx_y, 12),
Y                1284 drivers/iio/accel/mma8452.c 	MMA8652_CHANNEL(Y, idx_y, 10),
Y                 288 drivers/iio/accel/mxc4005.c 	MXC4005_CHANNEL(Y, MXC4005_REG_YOUT_UPPER),
Y                  92 drivers/iio/accel/mxc6255.c 	MXC6255_CHANNEL(Y, MXC6255_REG_YOUT),
Y                  93 drivers/iio/accel/stk8312.c 	STK8312_ACCEL_CHANNEL(1, STK8312_REG_YOUT, Y),
Y                 122 drivers/iio/accel/stk8ba50.c 	STK8BA50_ACCEL_CHANNEL(1, STK8BA50_REG_YOUT, Y),
Y                 855 drivers/iio/gyro/bmg160_core.c 	BMG160_CHANNEL(Y),
Y                 654 drivers/iio/gyro/fxas21002c_core.c 	FXAS21002C_CHANNEL(Y),
Y                 285 drivers/iio/gyro/itg3200_core.c 	ITG3200_GYRO_CHAN(Y),
Y                 719 drivers/iio/gyro/mpu3050-core.c 	MPU3050_AXIS_CHANNEL(Y, 2),
Y                 839 drivers/iio/imu/adis16400.c 	ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 14),
Y                 842 drivers/iio/imu/adis16400.c 	ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 14),
Y                 845 drivers/iio/imu/adis16400.c 	ADIS16400_MAGN_CHAN(Y, ADIS16400_YMAGN_OUT, 14),
Y                 854 drivers/iio/imu/adis16400.c 	ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 16),
Y                 857 drivers/iio/imu/adis16400.c 	ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 16),
Y                 865 drivers/iio/imu/adis16400.c 	ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 16),
Y                 868 drivers/iio/imu/adis16400.c 	ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 16),
Y                 871 drivers/iio/imu/adis16400.c 	ADIS16400_MAGN_CHAN(Y, ADIS16400_YMAGN_OUT, 16),
Y                 894 drivers/iio/imu/adis16400.c 	ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 14),
Y                 897 drivers/iio/imu/adis16400.c 	ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 14),
Y                 900 drivers/iio/imu/adis16400.c 	ADIS16400_MAGN_CHAN(Y, ADIS16400_YMAGN_OUT, 14),
Y                 904 drivers/iio/imu/adis16400.c 	ADIS16400_MOD_TEMP_CHAN(Y, ADIS16350_YTEMP_OUT, 12),
Y                 913 drivers/iio/imu/adis16400.c 	ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 14),
Y                 918 drivers/iio/imu/adis16400.c 	ADIS16400_INCLI_CHAN(Y, ADIS16300_ROLL_OUT, 13),
Y                 924 drivers/iio/imu/adis16400.c 	ADIS16400_GYRO_CHAN(Y, ADIS16400_YGYRO_OUT, 14),
Y                 927 drivers/iio/imu/adis16400.c 	ADIS16400_ACCEL_CHAN(Y, ADIS16400_YACCL_OUT, 14),
Y                 292 drivers/iio/imu/adis16460.c 	ADIS16460_GYRO_CHANNEL(Y),
Y                 295 drivers/iio/imu/adis16460.c 	ADIS16460_ACCEL_CHANNEL(Y),
Y                 753 drivers/iio/imu/adis16480.c 	ADIS16480_GYRO_CHANNEL(Y),
Y                 756 drivers/iio/imu/adis16480.c 	ADIS16480_ACCEL_CHANNEL(Y),
Y                 759 drivers/iio/imu/adis16480.c 	ADIS16480_MAGN_CHANNEL(Y),
Y                 768 drivers/iio/imu/adis16480.c 	ADIS16480_GYRO_CHANNEL(Y),
Y                 771 drivers/iio/imu/adis16480.c 	ADIS16480_ACCEL_CHANNEL(Y),
Y                 269 drivers/iio/imu/bmi160/bmi160_core.c 	BMI160_CHANNEL(IIO_ACCEL, Y, BMI160_SCAN_ACCEL_Y),
Y                 272 drivers/iio/imu/bmi160/bmi160_core.c 	BMI160_CHANNEL(IIO_ANGL_VEL, Y, BMI160_SCAN_GYRO_Y),
Y                 269 drivers/iio/imu/kmx61.c 	KMX61_ACC_CHAN(Y),
Y                 275 drivers/iio/imu/kmx61.c 	KMX61_MAG_CHAN(Y),
Y                 653 drivers/iio/magnetometer/ak8974.c 	AK8974_AXIS_CHANNEL(Y, 1),
Y                 765 drivers/iio/magnetometer/ak8975.c 	AK8975_CHANNEL(X, 0), AK8975_CHANNEL(Y, 1), AK8975_CHANNEL(Z, 2),
Y                 653 drivers/iio/magnetometer/bmc150_magn.c 	BMC150_MAGN_CHANNEL(Y),
Y                 502 drivers/iio/magnetometer/hmc5843_core.c 	HMC5843_CHANNEL(Y, 1),
Y                 511 drivers/iio/magnetometer/hmc5843_core.c 	HMC5843_CHANNEL(Y, 2),
Y                 518 drivers/iio/magnetometer/hmc5843_core.c 	HMC5983_CHANNEL(Y, 2),
Y                 432 drivers/iio/magnetometer/mag3110.c 	MAG3110_CHANNEL(Y, 1),
Y                 155 drivers/iio/magnetometer/mmc35240.c 	MMC35240_CHANNEL(Y),
Y                 256 drivers/iio/magnetometer/rm3100-core.c 	RM3100_CHANNEL(Y, 1),
Y                  28 drivers/media/dvb-frontends/stv0367_priv.h #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y))
Y                  29 drivers/media/dvb-frontends/stv0367_priv.h #define MIN(X, Y) ((X) <= (Y) ? (X) : (Y))
Y                  30 drivers/media/dvb-frontends/stv0367_priv.h #define INRANGE(X, Y, Z) \
Y                  31 drivers/media/dvb-frontends/stv0367_priv.h 	((((X) <= (Y)) && ((Y) <= (Z))) || \
Y                  32 drivers/media/dvb-frontends/stv0367_priv.h 	(((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
Y                  35 drivers/media/dvb-frontends/stv0367_priv.h #define MAKEWORD(X, Y) (((X) << 8) + (Y))
Y                  39 drivers/media/dvb-frontends/stv0367_priv.h #define MSB(Y) (((Y) >> 8) & 0xff)
Y                  40 drivers/media/dvb-frontends/stv0367_priv.h #define MMSB(Y)(((Y) >> 16) & 0xff)
Y                  17 drivers/media/dvb-frontends/stv0900_priv.h #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \
Y                  18 drivers/media/dvb-frontends/stv0900_priv.h 		|| (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
Y                  21 drivers/media/dvb-frontends/stv0900_priv.h #define MAKEWORD(X, Y) (((X) << 8) + (Y))
Y                  25 drivers/media/dvb-frontends/stv0900_priv.h #define MSB(Y) (((Y) >> 8) & 0xFF)
Y                1315 drivers/media/i2c/adv7842.c 		int Y = 66 * R + 129 * G + 25 * B;
Y                1320 drivers/media/i2c/adv7842.c 		Y = (Y + 128) >> 8;
Y                1324 drivers/media/i2c/adv7842.c 		Y += 16;
Y                1329 drivers/media/i2c/adv7842.c 		v4l2_dbg(1, debug, sd, "Y %x, U %x, V %x\n", Y, U, V);
Y                1336 drivers/media/i2c/adv7842.c 		sdp_write(sd, 0xde, Y);
Y                 610 drivers/media/pci/cx18/cx18-av-core.c 		ch[0] = Y;
Y                 630 drivers/media/pci/cx18/cx18-av-core.c 		ch[0] = Y;
Y                 709 drivers/media/pci/cx18/cx18-av-core.c 		case Y:
Y                 260 drivers/media/pci/solo6x10/solo6x10-regs.h #define	  SOLO_VO_NA_COLOR_Y(Y)			((Y)<<8)
Y                 932 drivers/media/pci/ttpci/av7110_hw.c 	u16 Y, Cr, Cb;
Y                 938 drivers/media/pci/ttpci/av7110_hw.c 	Y = y / 256;
Y                 942 drivers/media/pci/ttpci/av7110_hw.c 	return Cr | (Cb << 16) | (Y << 8);
Y                  42 drivers/media/platform/coda/coda-gdi.c 	XY2(Y,    0, Y,    0),
Y                  43 drivers/media/platform/coda/coda-gdi.c 	XY2(Y,    1, Y,    1),
Y                  44 drivers/media/platform/coda/coda-gdi.c 	XY2(Y,    2, Y,    2),
Y                  45 drivers/media/platform/coda/coda-gdi.c 	XY2(Y,    3, X,    3),
Y                 688 drivers/media/usb/usbvision/usbvision-core.c 	static unsigned char *Y, *U, *V;
Y                 745 drivers/media/usb/usbvision/usbvision-core.c 		Y = usbvision->intra_frame_buffer + frame->frmwidth * frame->curline;
Y                 763 drivers/media/usb/usbvision/usbvision-core.c 	usbvision_decompress(usbvision, strip_data, Y, &block_pos, &block_type_pos, idx_end);
Y                 779 drivers/media/usb/usbvision/usbvision-core.c 			*f++ = Y[idx];
Y                 782 drivers/media/usb/usbvision/usbvision-core.c 			*f++ = Y[idx];
Y                 788 drivers/media/usb/usbvision/usbvision-core.c 			*f++ = Y[idx];
Y                 796 drivers/media/usb/usbvision/usbvision-core.c 			YUV_TO_RGB_BY_THE_BOOK(Y[idx], U[idx / 2], V[idx / 2], rv, gv, bv);
Y                 799 drivers/media/usb/usbvision/usbvision-core.c 				*f++ = Y[idx];
Y                  44 drivers/net/ethernet/mediatek/mtk_eth_soc.h #define NEXT_DESP_IDX(X, Y)	(((X) + 1) & ((Y) - 1))
Y                  35 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h #define RMNET_MAP_GET_MUX_ID(Y) (((struct rmnet_map_header *) \
Y                  36 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h 				 (Y)->data)->mux_id)
Y                  37 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h #define RMNET_MAP_GET_CD_BIT(Y) (((struct rmnet_map_header *) \
Y                  38 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h 				(Y)->data)->cd_bit)
Y                  39 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h #define RMNET_MAP_GET_PAD(Y) (((struct rmnet_map_header *) \
Y                  40 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h 				(Y)->data)->pad_len)
Y                  41 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h #define RMNET_MAP_GET_CMD_START(Y) ((struct rmnet_map_control_command *) \
Y                  42 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h 				    ((Y)->data + \
Y                  44 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h #define RMNET_MAP_GET_LENGTH(Y) (ntohs(((struct rmnet_map_header *) \
Y                  45 drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h 					(Y)->data)->pkt_len))
Y                1786 drivers/net/ethernet/xircom/xirc2ps_cs.c #define MAYBE_SET(X,Y) if (ints[0] >= Y && ints[Y] != -1) { X = ints[Y]; }
Y                 422 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 	int x_est[NUM_BIN + 1], Y[NUM_BIN + 1], theta[NUM_BIN + 1];
Y                 444 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 	memset(Y, 0, sizeof(Y));
Y                 477 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 		Y[max_index] =
Y                 507 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 	Y[0] = 0;
Y                 515 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 	    (((Y[6] - Y[3]) * 1 << scale_factor) +
Y                 524 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 	     (1 << scale_factor)) / (1 << scale_factor) + Y[3];
Y                 527 drivers/net/wireless/ath/ath9k/ar9003_paprd.c 		y_est[i] = Y[i] - Y_intercept;
Y                 129 drivers/nfc/pn544/i2c.c #define MIN(X, Y) ((X) < (Y) ? (X) : (Y))
Y                1639 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(hdmi_int_pn7,           RSVD1,      RSVD2,      RSVD3,        RSVD4,       0x3110, N,   N,  Y),
Y                1640 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(ddc_scl_pv4,            I2C4,       RSVD2,      RSVD3,        RSVD4,       0x3114, N,   N,  Y),
Y                1641 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(ddc_sda_pv5,            I2C4,       RSVD2,      RSVD3,        RSVD4,       0x3118, N,   N,  Y),
Y                1657 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(gen1_i2c_sda_pc5,       I2C1,       RSVD2,      RSVD3,        RSVD4,       0x31a0, Y,   N,  N),
Y                1658 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(gen1_i2c_scl_pc4,       I2C1,       RSVD2,      RSVD3,        RSVD4,       0x31a4, Y,   N,  N),
Y                1701 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(gen2_i2c_scl_pt5,       I2C2,       RSVD2,      GMI,          RSVD4,       0x3250, Y,   N,  N),
Y                1702 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(gen2_i2c_sda_pt6,       I2C2,       RSVD2,      GMI,          RSVD4,       0x3254, Y,   N,  N),
Y                1703 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_clk_pcc4,        SDMMC4,     RSVD2,      GMI,          RSVD4,       0x3258, N,   Y,  N),
Y                1704 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_cmd_pt7,         SDMMC4,     RSVD2,      GMI,          RSVD4,       0x325c, N,   Y,  N),
Y                1705 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_dat0_paa0,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3260, N,   Y,  N),
Y                1706 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_dat1_paa1,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3264, N,   Y,  N),
Y                1707 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_dat2_paa2,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3268, N,   Y,  N),
Y                1708 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_dat3_paa3,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x326c, N,   Y,  N),
Y                1709 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_dat4_paa4,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3270, N,   Y,  N),
Y                1710 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_dat5_paa5,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3274, N,   Y,  N),
Y                1711 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_dat6_paa6,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3278, N,   Y,  N),
Y                1712 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(sdmmc4_dat7_paa7,       SDMMC4,     RSVD2,      GMI,          RSVD4,       0x327c, N,   Y,  N),
Y                1716 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(cam_i2c_scl_pbb1,       VGP1,       I2C3,       RSVD3,        RSVD4,       0x3290, Y,   N,  N),
Y                1717 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(cam_i2c_sda_pbb2,       VGP2,       I2C3,       RSVD3,        RSVD4,       0x3294, Y,   N,  N),
Y                1725 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(pwr_i2c_scl_pz6,        I2CPWR,     RSVD2,      RSVD3,        RSVD4,       0x32b4, Y,   N,  N),
Y                1726 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(pwr_i2c_sda_pz7,        I2CPWR,     RSVD2,      RSVD3,        RSVD4,       0x32b8, Y,   N,  N),
Y                1752 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(owr,                    OWR,        RSVD2,      RSVD3,        RSVD4,       0x3334, N,   N,  Y),
Y                1779 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(hdmi_cec_pee3,          CEC,        SDMMC3,     RSVD3,        SOC,         0x33e0, Y,   N,  N),
Y                1784 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(usb_vbus_en0_pn4,       USB,        RSVD2,      RSVD3,        RSVD4,       0x33f4, Y,   N,  N),
Y                1785 drivers/pinctrl/tegra/pinctrl-tegra114.c 	PINGROUP(usb_vbus_en1_pn5,       USB,        RSVD2,      RSVD3,        RSVD4,       0x33f8, Y,   N,  N),
Y                1794 drivers/pinctrl/tegra/pinctrl-tegra114.c 	DRV_PINGROUP(at1,         0x870,  2,  3, -1,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                1795 drivers/pinctrl/tegra/pinctrl-tegra114.c 	DRV_PINGROUP(at2,         0x874,  2,  3, -1,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                1796 drivers/pinctrl/tegra/pinctrl-tegra114.c 	DRV_PINGROUP(at3,         0x878,  2,  3, -1,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                1797 drivers/pinctrl/tegra/pinctrl-tegra114.c 	DRV_PINGROUP(at4,         0x87c,  2,  3, -1,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                1823 drivers/pinctrl/tegra/pinctrl-tegra114.c 	DRV_PINGROUP(at6,         0x994,  2,  3,  4,  12,  5,  20,  5,  28,  2,  30,  2,  Y),
Y                1832 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(hdmi_int_pn7,           RSVD1,      RSVD2,      RSVD3,        RSVD4,       0x3110, N,   N,  Y),
Y                1833 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(ddc_scl_pv4,            I2C4,       RSVD2,      RSVD3,        RSVD4,       0x3114, N,   N,  Y),
Y                1834 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(ddc_sda_pv5,            I2C4,       RSVD2,      RSVD3,        RSVD4,       0x3118, N,   N,  Y),
Y                1850 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(gen1_i2c_sda_pc5,       I2C1,       RSVD2,      RSVD3,        RSVD4,       0x31a0, Y,   N,  N),
Y                1851 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(gen1_i2c_scl_pc4,       I2C1,       RSVD2,      RSVD3,        RSVD4,       0x31a4, Y,   N,  N),
Y                1894 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(gen2_i2c_scl_pt5,       I2C2,       RSVD2,      GMI,          RSVD4,       0x3250, Y,   N,  N),
Y                1895 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(gen2_i2c_sda_pt6,       I2C2,       RSVD2,      GMI,          RSVD4,       0x3254, Y,   N,  N),
Y                1896 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_clk_pcc4,        SDMMC4,     RSVD2,      GMI,          RSVD4,       0x3258, N,   Y,  N),
Y                1897 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_cmd_pt7,         SDMMC4,     RSVD2,      GMI,          RSVD4,       0x325c, N,   Y,  N),
Y                1898 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_dat0_paa0,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3260, N,   Y,  N),
Y                1899 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_dat1_paa1,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3264, N,   Y,  N),
Y                1900 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_dat2_paa2,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3268, N,   Y,  N),
Y                1901 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_dat3_paa3,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x326c, N,   Y,  N),
Y                1902 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_dat4_paa4,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3270, N,   Y,  N),
Y                1903 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_dat5_paa5,       SDMMC4,     SPI3,       RSVD3,        RSVD4,       0x3274, N,   Y,  N),
Y                1904 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_dat6_paa6,       SDMMC4,     SPI3,       GMI,          RSVD4,       0x3278, N,   Y,  N),
Y                1905 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(sdmmc4_dat7_paa7,       SDMMC4,     RSVD2,      GMI,          RSVD4,       0x327c, N,   Y,  N),
Y                1909 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(cam_i2c_scl_pbb1,       VGP1,       I2C3,       RSVD3,        SDMMC2,      0x3290, Y,   N,  N),
Y                1910 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(cam_i2c_sda_pbb2,       VGP2,       I2C3,       RSVD3,        SDMMC2,      0x3294, Y,   N,  N),
Y                1918 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(pwr_i2c_scl_pz6,        I2CPWR,     RSVD2,      RSVD3,        RSVD4,       0x32b4, Y,   N,  N),
Y                1919 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(pwr_i2c_sda_pz7,        I2CPWR,     RSVD2,      RSVD3,        RSVD4,       0x32b8, Y,   N,  N),
Y                1949 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(owr,                    OWR,        RSVD2,      RSVD3,        RSVD4,       0x3334, N,   N,  Y),
Y                1981 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(hdmi_cec_pee3,          CEC,        RSVD2,      RSVD3,        RSVD4,       0x33e0, Y,   N,  N),
Y                1986 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(usb_vbus_en0_pn4,       USB,        RSVD2,      RSVD3,        RSVD4,       0x33f4, Y,   N,  N),
Y                1987 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(usb_vbus_en1_pn5,       USB,        RSVD2,      RSVD3,        RSVD4,       0x33f8, Y,   N,  N),
Y                1994 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(usb_vbus_en2_pff1,      USB,        RSVD2,      RSVD3,        RSVD4,       0x3414, Y,   N,  N),
Y                1995 drivers/pinctrl/tegra/pinctrl-tegra124.c 	PINGROUP(pff2,                   SATA,       RSVD2,      RSVD3,        RSVD4,       0x3418, Y,   N,  N),
Y                2001 drivers/pinctrl/tegra/pinctrl-tegra124.c 	DRV_PINGROUP(at1,         0x870,  2,  3,  4,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                2002 drivers/pinctrl/tegra/pinctrl-tegra124.c 	DRV_PINGROUP(at2,         0x874,  2,  3,  4,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                2003 drivers/pinctrl/tegra/pinctrl-tegra124.c 	DRV_PINGROUP(at3,         0x878,  2,  3,  4,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                2004 drivers/pinctrl/tegra/pinctrl-tegra124.c 	DRV_PINGROUP(at4,         0x87c,  2,  3,  4,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                2021 drivers/pinctrl/tegra/pinctrl-tegra124.c 	DRV_PINGROUP(gma,         0x900,  2,  3,  4,  14,  5,  20,  5,  28,  2,  30,  2,  Y),
Y                2031 drivers/pinctrl/tegra/pinctrl-tegra124.c 	DRV_PINGROUP(at6,         0x994,  2,  3,  4,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                2038 drivers/pinctrl/tegra/pinctrl-tegra124.c 	DRV_PINGROUP(ao4,         0x9c8,  2,  3,  4,  12,  7,  20,  7,  28,  2,  30,  2,  Y),
Y                 130 drivers/pinctrl/tegra/pinctrl-tegra194.c 		 Y, -1, 6, 8, 11, 12, N, "vddio_pex_ctl_2"),
Y                 132 drivers/pinctrl/tegra/pinctrl-tegra194.c 		 Y, -1, 6, 8, 11, 12, N, "vddio_pex_ctl_2"),
Y                1355 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc1_clk_pm0,       SDMMC1,     RSVD1,  RSVD2, RSVD3, 0x3000, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1356 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc1_cmd_pm1,       SDMMC1,     SPI3,   RSVD2, RSVD3, 0x3004, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1357 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc1_dat3_pm2,      SDMMC1,     SPI3,   RSVD2, RSVD3, 0x3008, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1358 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc1_dat2_pm3,      SDMMC1,     SPI3,   RSVD2, RSVD3, 0x300c, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1359 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc1_dat1_pm4,      SDMMC1,     SPI3,   RSVD2, RSVD3, 0x3010, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1360 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc1_dat0_pm5,      SDMMC1,     RSVD1,  RSVD2, RSVD3, 0x3014, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1361 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc3_clk_pp0,       SDMMC3,     RSVD1,  RSVD2, RSVD3, 0x301c, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1362 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc3_cmd_pp1,       SDMMC3,     RSVD1,  RSVD2, RSVD3, 0x3020, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1363 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc3_dat0_pp5,      SDMMC3,     RSVD1,  RSVD2, RSVD3, 0x3024, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1364 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc3_dat1_pp4,      SDMMC3,     RSVD1,  RSVD2, RSVD3, 0x3028, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1365 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc3_dat2_pp3,      SDMMC3,     RSVD1,  RSVD2, RSVD3, 0x302c, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1366 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(sdmmc3_dat3_pp2,      SDMMC3,     RSVD1,  RSVD2, RSVD3, 0x3030, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1367 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pex_l0_rst_n_pa0,     PE0,        RSVD1,  RSVD2, RSVD3, 0x3038, N,   N,       Y,       0xa5c, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1368 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pex_l0_clkreq_n_pa1,  PE0,        RSVD1,  RSVD2, RSVD3, 0x303c, N,   N,       Y,       0xa58, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1369 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pex_wake_n_pa2,       PE,         RSVD1,  RSVD2, RSVD3, 0x3040, N,   N,       Y,       0xa68, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1370 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pex_l1_rst_n_pa3,     PE1,        RSVD1,  RSVD2, RSVD3, 0x3044, N,   N,       Y,       0xa64, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1371 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pex_l1_clkreq_n_pa4,  PE1,        RSVD1,  RSVD2, RSVD3, 0x3048, N,   N,       Y,       0xa60, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1373 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi1_mosi_pc0,        SPI1,       RSVD1,  RSVD2, RSVD3, 0x3050, Y,   Y,       N,       0xae0, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1374 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi1_miso_pc1,        SPI1,       RSVD1,  RSVD2, RSVD3, 0x3054, Y,   Y,       N,       0xadc, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1375 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi1_sck_pc2,         SPI1,       RSVD1,  RSVD2, RSVD3, 0x3058, Y,   Y,       N,       0xae4, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1376 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi1_cs0_pc3,         SPI1,       RSVD1,  RSVD2, RSVD3, 0x305c, Y,   Y,       N,       0xad4, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1377 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi1_cs1_pc4,         SPI1,       RSVD1,  RSVD2, RSVD3, 0x3060, Y,   Y,       N,       0xad8, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1378 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi2_mosi_pb4,        SPI2,       DTV,    RSVD2, RSVD3, 0x3064, Y,   Y,       N,       0xaf4, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1379 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi2_miso_pb5,        SPI2,       DTV,    RSVD2, RSVD3, 0x3068, Y,   Y,       N,       0xaf0, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1380 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi2_sck_pb6,         SPI2,       DTV,    RSVD2, RSVD3, 0x306c, Y,   Y,       N,       0xaf8, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1381 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi2_cs0_pb7,         SPI2,       DTV,    RSVD2, RSVD3, 0x3070, Y,   Y,       N,       0xae8, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1382 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi2_cs1_pdd0,        SPI2,       RSVD1,  RSVD2, RSVD3, 0x3074, Y,   Y,       N,       0xaec, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1383 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi4_mosi_pc7,        SPI4,       RSVD1,  RSVD2, RSVD3, 0x3078, Y,   Y,       N,       0xb04, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1384 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi4_miso_pd0,        SPI4,       RSVD1,  RSVD2, RSVD3, 0x307c, Y,   Y,       N,       0xb00, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1385 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi4_sck_pc5,         SPI4,       RSVD1,  RSVD2, RSVD3, 0x3080, Y,   Y,       N,       0xb08, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1386 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(spi4_cs0_pc6,         SPI4,       RSVD1,  RSVD2, RSVD3, 0x3084, Y,   Y,       N,       0xafc, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1387 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(qspi_sck_pee0,        QSPI,       RSVD1,  RSVD2, RSVD3, 0x3088, Y,   Y,       N,       0xa90, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1388 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(qspi_cs_n_pee1,       QSPI,       RSVD1,  RSVD2, RSVD3, 0x308c, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1389 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(qspi_io0_pee2,        QSPI,       RSVD1,  RSVD2, RSVD3, 0x3090, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1390 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(qspi_io1_pee3,        QSPI,       RSVD1,  RSVD2, RSVD3, 0x3094, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1391 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(qspi_io2_pee4,        QSPI,       RSVD1,  RSVD2, RSVD3, 0x3098, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1392 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(qspi_io3_pee5,        QSPI,       RSVD1,  RSVD2, RSVD3, 0x309c, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1399 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(gen1_i2c_scl_pj1,     I2C1,       RSVD1,  RSVD2, RSVD3, 0x30bc, N,   N,       Y,       0x9a8, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1400 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(gen1_i2c_sda_pj0,     I2C1,       RSVD1,  RSVD2, RSVD3, 0x30c0, N,   N,       Y,       0x9ac, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1401 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(gen2_i2c_scl_pj2,     I2C2,       RSVD1,  RSVD2, RSVD3, 0x30c4, N,   N,       Y,       0x9b0, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1402 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(gen2_i2c_sda_pj3,     I2C2,       RSVD1,  RSVD2, RSVD3, 0x30c8, N,   N,       Y,       0x9b4, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1403 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(gen3_i2c_scl_pf0,     I2C3,       RSVD1,  RSVD2, RSVD3, 0x30cc, N,   N,       Y,       0x9b8, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1404 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(gen3_i2c_sda_pf1,     I2C3,       RSVD1,  RSVD2, RSVD3, 0x30d0, N,   N,       Y,       0x9bc, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1405 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(cam_i2c_scl_ps2,      I2C3,       I2CVI,  RSVD2, RSVD3, 0x30d4, N,   N,       Y,       0x934, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1406 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(cam_i2c_sda_ps3,      I2C3,       I2CVI,  RSVD2, RSVD3, 0x30d8, N,   N,       Y,       0x938, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1407 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pwr_i2c_scl_py3,      I2CPMU,     RSVD1,  RSVD2, RSVD3, 0x30dc, N,   N,       Y,       0xa6c, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1408 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pwr_i2c_sda_py4,      I2CPMU,     RSVD1,  RSVD2, RSVD3, 0x30e0, N,   N,       Y,       0xa70, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1425 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(dap1_fs_pb0,          I2S1,       RSVD1,  RSVD2, RSVD3, 0x3124, Y,   Y,       N,       0x95c, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1426 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(dap1_din_pb1,         I2S1,       RSVD1,  RSVD2, RSVD3, 0x3128, Y,   Y,       N,       0x954, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1427 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(dap1_dout_pb2,        I2S1,       RSVD1,  RSVD2, RSVD3, 0x312c, Y,   Y,       N,       0x958, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1428 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(dap1_sclk_pb3,        I2S1,       RSVD1,  RSVD2, RSVD3, 0x3130, Y,   Y,       N,       0x960, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1429 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(dap2_fs_paa0,         I2S2,       RSVD1,  RSVD2, RSVD3, 0x3134, Y,   Y,       N,       0x96c, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1430 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(dap2_din_paa2,        I2S2,       RSVD1,  RSVD2, RSVD3, 0x3138, Y,   Y,       N,       0x964, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1431 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(dap2_dout_paa3,       I2S2,       RSVD1,  RSVD2, RSVD3, 0x313c, Y,   Y,       N,       0x968, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1432 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(dap2_sclk_paa1,       I2S2,       RSVD1,  RSVD2, RSVD3, 0x3140, Y,   Y,       N,       0x970, -1,      -1,      -1,      -1,      28,     2,      30,     2),
Y                1442 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(batt_bcl,             BCL,        RSVD1,  RSVD2, RSVD3, 0x3168, N,   N,       Y,       0x8f8, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1453 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pcc7,                 RSVD0,      RSVD1,  RSVD2, RSVD3, 0x3194, N,   N,       Y,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1454 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(hdmi_cec_pcc0,        CEC,        RSVD1,  RSVD2, RSVD3, 0x3198, N,   N,       Y,       0xa24, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1455 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(hdmi_int_dp_hpd_pcc1, DP,         RSVD1,  RSVD2, RSVD3, 0x319c, N,   N,       Y,       0xa28, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1458 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(usb_vbus_en0_pcc4,    USB,        RSVD1,  RSVD2, RSVD3, 0x31a8, N,   N,       Y,       0xb5c, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1459 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(usb_vbus_en1_pcc5,    USB,        RSVD1,  RSVD2, RSVD3, 0x31ac, N,   N,       Y,       0xb60, 12,      5,       20,      5,       -1,     -1,     -1,     -1),
Y                1501 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pk0,                  IQC0,       I2S5B,  RSVD2, RSVD3, 0x3254, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1502 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pk1,                  IQC0,       I2S5B,  RSVD2, RSVD3, 0x3258, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1503 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pk2,                  IQC0,       I2S5B,  RSVD2, RSVD3, 0x325c, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1504 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pk3,                  IQC0,       I2S5B,  RSVD2, RSVD3, 0x3260, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1505 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pk4,                  IQC1,       RSVD1,  RSVD2, RSVD3, 0x3264, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1506 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pk5,                  IQC1,       RSVD1,  RSVD2, RSVD3, 0x3268, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1507 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pk6,                  IQC1,       RSVD1,  RSVD2, RSVD3, 0x326c, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1508 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pk7,                  IQC1,       RSVD1,  RSVD2, RSVD3, 0x3270, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1509 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pl0,                  RSVD0,      RSVD1,  RSVD2, RSVD3, 0x3274, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                1510 drivers/pinctrl/tegra/pinctrl-tegra210.c 	PINGROUP(pl1,                  SOC,        RSVD1,  RSVD2, RSVD3, 0x3278, Y,   Y,       N,       -1,    -1,      -1,      -1,      -1,      -1,     -1,     -1,     -1),
Y                2194 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(gen1_i2c_scl_pc4,     I2C1,         RSVD2,        RSVD3,        RSVD4,        0x31a4, Y, N),
Y                2195 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(gen1_i2c_sda_pc5,     I2C1,         RSVD2,        RSVD3,        RSVD4,        0x31a0, Y, N),
Y                2203 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d1_pd5,            DDR,          SDMMC2,       VI,           RSVD4,        0x3128, N, Y),
Y                2204 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_vsync_pd6,         DDR,          RSVD2,        VI,           RSVD4,        0x315c, N, Y),
Y                2205 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_hsync_pd7,         DDR,          RSVD2,        VI,           RSVD4,        0x3160, N, Y),
Y                2262 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d2_pl0,            DDR,          SDMMC2,       VI,           RSVD4,        0x312c, N, Y),
Y                2263 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d3_pl1,            DDR,          SDMMC2,       VI,           RSVD4,        0x3130, N, Y),
Y                2264 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d4_pl2,            DDR,          SDMMC2,       VI,           RSVD4,        0x3134, N, Y),
Y                2265 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d5_pl3,            DDR,          SDMMC2,       VI,           RSVD4,        0x3138, N, Y),
Y                2266 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d6_pl4,            DDR,          SDMMC2,       VI,           RSVD4,        0x313c, N, Y),
Y                2267 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d7_pl5,            DDR,          SDMMC2,       VI,           RSVD4,        0x3140, N, Y),
Y                2268 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d8_pl6,            DDR,          SDMMC2,       VI,           RSVD4,        0x3144, N, Y),
Y                2269 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d9_pl7,            DDR,          SDMMC2,       VI,           RSVD4,        0x3148, N, Y),
Y                2326 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_pclk_pt0,          RSVD1,        SDMMC2,       VI,           RSVD4,        0x3154, N, Y),
Y                2327 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_mclk_pt1,          VI,           VI_ALT1,      VI_ALT2,      VI_ALT3,      0x3158, N, Y),
Y                2328 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d10_pt2,           DDR,          RSVD2,        VI,           RSVD4,        0x314c, N, Y),
Y                2329 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d11_pt3,           DDR,          RSVD2,        VI,           RSVD4,        0x3150, N, Y),
Y                2330 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(vi_d0_pt4,            DDR,          RSVD2,        VI,           RSVD4,        0x3124, N, Y),
Y                2331 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(gen2_i2c_scl_pt5,     I2C2,         HDCP,         GMI,          RSVD4,        0x3250, Y, N),
Y                2332 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(gen2_i2c_sda_pt6,     I2C2,         HDCP,         GMI,          RSVD4,        0x3254, Y, N),
Y                2333 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_cmd_pt7,       I2C3,         NAND,         GMI,          SDMMC4,       0x325c, N, Y),
Y                2380 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(pwr_i2c_scl_pz6,      I2CPWR,       RSVD2,        RSVD3,        RSVD4,        0x32b4, Y, N),
Y                2381 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(pwr_i2c_sda_pz7,      I2CPWR,       RSVD2,        RSVD3,        RSVD4,        0x32b8, Y, N),
Y                2382 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_dat0_paa0,     UARTE,        SPI3,         GMI,          SDMMC4,       0x3260, N, Y),
Y                2383 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_dat1_paa1,     UARTE,        SPI3,         GMI,          SDMMC4,       0x3264, N, Y),
Y                2384 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_dat2_paa2,     UARTE,        SPI3,         GMI,          SDMMC4,       0x3268, N, Y),
Y                2385 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_dat3_paa3,     UARTE,        SPI3,         GMI,          SDMMC4,       0x326c, N, Y),
Y                2386 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_dat4_paa4,     I2C3,         I2S4,         GMI,          SDMMC4,       0x3270, N, Y),
Y                2387 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_dat5_paa5,     VGP3,         I2S4,         GMI,          SDMMC4,       0x3274, N, Y),
Y                2388 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_dat6_paa6,     VGP4,         I2S4,         GMI,          SDMMC4,       0x3278, N, Y),
Y                2389 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_dat7_paa7,     VGP5,         I2S4,         GMI,          SDMMC4,       0x327c, N, Y),
Y                2391 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(cam_i2c_scl_pbb1,     VGP1,         I2C3,         RSVD3,        SDMMC4,       0x3290, Y, N),
Y                2392 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(cam_i2c_sda_pbb2,     VGP2,         I2C3,         RSVD3,        SDMMC4,       0x3294, Y, N),
Y                2401 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_rst_n_pcc3,    VGP6,         RSVD2,        RSVD3,        SDMMC4,       0x3280, N, Y),
Y                2402 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(sdmmc4_clk_pcc4,      INVALID,      NAND,         GMI,          SDMMC4,       0x3258, N, Y),
Y                2417 drivers/pinctrl/tegra/pinctrl-tegra30.c 	PINGROUP(hdmi_cec_pee3,        CEC,          RSVD2,        RSVD3,        RSVD4,        0x33e0, Y, N),
Y                2490 drivers/platform/x86/toshiba_acpi.c 	TOSHIBA_IIO_ACCEL_CHANNEL(Y, AXIS_Y),
Y                 220 drivers/staging/iio/accel/adis16203.c 	ADIS_INCLI_CHAN(Y, ADIS16203_YINCL_OUT, ADIS16203_SCAN_INCLI_Y,
Y                 328 drivers/staging/iio/accel/adis16240.c 	ADIS_ACCEL_CHAN(Y, ADIS16240_YACCL_OUT, ADIS16240_SCAN_ACC_Y,
Y                1091 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 	s32 Y, TX0_C;
Y                1114 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		Y = result[final_candidate][1];
Y                1115 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		if ((Y & 0x00000200) != 0)
Y                1116 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 			Y = Y | 0xFFFFFC00;
Y                1119 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		TX0_C = (Y * Oldval_0) >> 8;
Y                1120 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD,  ("Y = 0x%x, TX = 0x%x\n", Y, TX0_C));
Y                1129 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT(29), ((Y*Oldval_0>>7) & 0x1));
Y                1171 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 	s32	Y, TX1_C;
Y                1195 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		Y = result[final_candidate][5];
Y                1196 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		if ((Y & 0x00000200) != 0)
Y                1197 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 			Y = Y | 0xFFFFFC00;
Y                1199 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		TX1_C = (Y * Oldval_1) >> 8;
Y                1200 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD,  ("Y = 0x%x, TX1_C = 0x%x\n", Y, TX1_C));
Y                1213 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		PHY_SetBBReg(pDM_Odm->Adapter, rOFDM0_ECCAThreshold, BIT(25), ((Y*Oldval_1>>7) & 0x1));
Y                 253 drivers/video/fbdev/gbefb.c 		y = GET_GBE_FIELD(VT_XY, Y, val);
Y                 264 drivers/video/fbdev/gbefb.c 		y = GET_GBE_FIELD(VT_XY, Y, val);
Y                2197 drivers/video/fbdev/matrox/matroxfb_base.c #define RSCreate(X,Y)	((X) | ((Y) << 8))
Y                1504 fs/afs/internal.h #define ASSERTCMP(X, OP, Y)						\
Y                1506 fs/afs/internal.h 	if (unlikely(!((X) OP (Y)))) {					\
Y                1510 fs/afs/internal.h 		       (unsigned long)(X), (unsigned long)(Y));		\
Y                1512 fs/afs/internal.h 		       (unsigned long)(X), (unsigned long)(Y));		\
Y                1541 fs/afs/internal.h #define ASSERTIFCMP(C, X, OP, Y)					\
Y                1543 fs/afs/internal.h 	if (unlikely((C) && !((X) OP (Y)))) {				\
Y                1547 fs/afs/internal.h 		       (unsigned long)(X), (unsigned long)(Y));		\
Y                1549 fs/afs/internal.h 		       (unsigned long)(X), (unsigned long)(Y));		\
Y                1560 fs/afs/internal.h #define ASSERTCMP(X, OP, Y)			\
Y                1572 fs/afs/internal.h #define ASSERTIFCMP(C, X, OP, Y)		\
Y                 328 fs/cachefiles/internal.h #define ASSERTCMP(X, OP, Y)						\
Y                 330 fs/cachefiles/internal.h 	if (unlikely(!((X) OP (Y)))) {					\
Y                 334 fs/cachefiles/internal.h 		       (unsigned long)(X), (unsigned long)(Y));		\
Y                 348 fs/cachefiles/internal.h #define ASSERTIFCMP(C, X, OP, Y)					\
Y                 350 fs/cachefiles/internal.h 	if (unlikely((C) && !((X) OP (Y)))) {				\
Y                 354 fs/cachefiles/internal.h 		       (unsigned long)(X), (unsigned long)(Y));		\
Y                 362 fs/cachefiles/internal.h #define ASSERTCMP(X, OP, Y)		do {} while (0)
Y                 364 fs/cachefiles/internal.h #define ASSERTIFCMP(C, X, OP, Y)	do {} while (0)
Y                 452 fs/fscache/internal.h #define ASSERTCMP(X, OP, Y)						\
Y                 454 fs/fscache/internal.h 	if (unlikely(!((X) OP (Y)))) {					\
Y                 458 fs/fscache/internal.h 		       (unsigned long)(X), (unsigned long)(Y));		\
Y                 472 fs/fscache/internal.h #define ASSERTIFCMP(C, X, OP, Y)					\
Y                 474 fs/fscache/internal.h 	if (unlikely((C) && !((X) OP (Y)))) {				\
Y                 478 fs/fscache/internal.h 		       (unsigned long)(X), (unsigned long)(Y));		\
Y                 486 fs/fscache/internal.h #define ASSERTCMP(X, OP, Y)		do {} while (0)
Y                 488 fs/fscache/internal.h #define ASSERTIFCMP(C, X, OP, Y)	do {} while (0)
Y                  32 include/linux/mfd/altera-a10sr.h #define ALTR_A10SR_REG_BIT_CHG(X, Y) ((X) << ALTR_A10SR_REG_BIT(Y))
Y                 110 include/math-emu/double.h #define FP_ADD_D(R,X,Y)			_FP_ADD(D,2,R,X,Y)
Y                 111 include/math-emu/double.h #define FP_SUB_D(R,X,Y)			_FP_SUB(D,2,R,X,Y)
Y                 112 include/math-emu/double.h #define FP_MUL_D(R,X,Y)			_FP_MUL(D,2,R,X,Y)
Y                 113 include/math-emu/double.h #define FP_DIV_D(R,X,Y)			_FP_DIV(D,2,R,X,Y)
Y                 117 include/math-emu/double.h #define FP_CMP_D(r,X,Y,un)	_FP_CMP(D,2,r,X,Y,un)
Y                 118 include/math-emu/double.h #define FP_CMP_EQ_D(r,X,Y)	_FP_CMP_EQ(D,2,r,X,Y)
Y                 182 include/math-emu/double.h #define FP_ADD_D(R,X,Y)			_FP_ADD(D,1,R,X,Y)
Y                 183 include/math-emu/double.h #define FP_SUB_D(R,X,Y)			_FP_SUB(D,1,R,X,Y)
Y                 184 include/math-emu/double.h #define FP_MUL_D(R,X,Y)			_FP_MUL(D,1,R,X,Y)
Y                 185 include/math-emu/double.h #define FP_DIV_D(R,X,Y)			_FP_DIV(D,1,R,X,Y)
Y                 192 include/math-emu/double.h #define FP_CMP_D(r,X,Y,un)	_FP_CMP(D,1,r,X,Y,un)
Y                 193 include/math-emu/double.h #define FP_CMP_EQ_D(r,X,Y)	_FP_CMP_EQ(D,1,r,X,Y)
Y                  52 include/math-emu/op-1.h #define _FP_FRAC_ADD_1(R,X,Y)	(R##_f = X##_f + Y##_f)
Y                  53 include/math-emu/op-1.h #define _FP_FRAC_SUB_1(R,X,Y)	(R##_f = X##_f - Y##_f)
Y                  54 include/math-emu/op-1.h #define _FP_FRAC_DEC_1(X,Y)	(X##_f -= Y##_f)
Y                  62 include/math-emu/op-1.h #define _FP_FRAC_EQ_1(X, Y)	(X##_f == Y##_f)
Y                  63 include/math-emu/op-1.h #define _FP_FRAC_GE_1(X, Y)	(X##_f >= Y##_f)
Y                  64 include/math-emu/op-1.h #define _FP_FRAC_GT_1(X, Y)	(X##_f > Y##_f)
Y                 127 include/math-emu/op-1.h #define _FP_MUL_MEAT_1_imm(wfracbits, R, X, Y)				\
Y                 129 include/math-emu/op-1.h     R##_f = X##_f * Y##_f;						\
Y                 138 include/math-emu/op-1.h #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit)			\
Y                 141 include/math-emu/op-1.h     doit(_Z_f1, _Z_f0, X##_f, Y##_f);					\
Y                 151 include/math-emu/op-1.h #define _FP_MUL_MEAT_1_hard(wfracbits, R, X, Y)				\
Y                 158 include/math-emu/op-1.h     _yh = Y##_f >> (_FP_W_TYPE_SIZE/2);					\
Y                 159 include/math-emu/op-1.h     _yl = Y##_f & (((_FP_W_TYPE)1 << (_FP_W_TYPE_SIZE/2)) - 1);		\
Y                 189 include/math-emu/op-1.h #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit)		\
Y                 192 include/math-emu/op-1.h     X##_f <<= (X##_f < Y##_f				\
Y                 195 include/math-emu/op-1.h     doit(_q, _r, X##_f, Y##_f);				\
Y                 204 include/math-emu/op-1.h #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y)				\
Y                 209 include/math-emu/op-1.h     _y = Y##_f << _FP_WFRACXBITS_##fs;					\
Y                 212 include/math-emu/op-1.h     if (X##_f < Y##_f)							\
Y                 228 include/math-emu/op-1.h #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y)		\
Y                 231 include/math-emu/op-1.h     if (X##_f < Y##_f)					\
Y                 242 include/math-emu/op-1.h     udiv_qrnnd(_q, _r, _nh, _nl, Y##_f);		\
Y                  88 include/math-emu/op-2.h #define _FP_FRAC_ADD_2(R,X,Y)	\
Y                  89 include/math-emu/op-2.h   __FP_FRAC_ADD_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
Y                  91 include/math-emu/op-2.h #define _FP_FRAC_SUB_2(R,X,Y)	\
Y                  92 include/math-emu/op-2.h   __FP_FRAC_SUB_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
Y                  94 include/math-emu/op-2.h #define _FP_FRAC_DEC_2(X,Y)	\
Y                  95 include/math-emu/op-2.h   __FP_FRAC_DEC_2(X##_f1, X##_f0, Y##_f1, Y##_f0)
Y                 113 include/math-emu/op-2.h #define _FP_FRAC_EQ_2(X, Y)	(X##_f1 == Y##_f1 && X##_f0 == Y##_f0)
Y                 114 include/math-emu/op-2.h #define _FP_FRAC_GT_2(X, Y)	\
Y                 115 include/math-emu/op-2.h   (X##_f1 > Y##_f1 || (X##_f1 == Y##_f1 && X##_f0 > Y##_f0))
Y                 116 include/math-emu/op-2.h #define _FP_FRAC_GE_2(X, Y)	\
Y                 117 include/math-emu/op-2.h   (X##_f1 > Y##_f1 || (X##_f1 == Y##_f1 && X##_f0 >= Y##_f0))
Y                 236 include/math-emu/op-2.h #define _FP_MUL_MEAT_2_wide(wfracbits, R, X, Y, doit)			\
Y                 240 include/math-emu/op-2.h     doit(_FP_FRAC_WORD_4(_z,1), _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0);	\
Y                 241 include/math-emu/op-2.h     doit(_b_f1, _b_f0, X##_f0, Y##_f1);					\
Y                 242 include/math-emu/op-2.h     doit(_c_f1, _c_f0, X##_f1, Y##_f0);					\
Y                 243 include/math-emu/op-2.h     doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1);	\
Y                 266 include/math-emu/op-2.h #define _FP_MUL_MEAT_2_wide_3mul(wfracbits, R, X, Y, doit)		\
Y                 274 include/math-emu/op-2.h     _b_f1 = Y##_f0 + Y##_f1;						\
Y                 275 include/math-emu/op-2.h     _c2 = _b_f1 < Y##_f0;						\
Y                 276 include/math-emu/op-2.h     doit(_d, _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0);			\
Y                 278 include/math-emu/op-2.h     doit(_c_f1, _c_f0, X##_f1, Y##_f1);					\
Y                 306 include/math-emu/op-2.h #define _FP_MUL_MEAT_2_gmp(wfracbits, R, X, Y)				\
Y                 311 include/math-emu/op-2.h     _y[0] = Y##_f0; _y[1] = Y##_f1;					\
Y                 332 include/math-emu/op-2.h #define _FP_MUL_MEAT_2_120_240_double(wfracbits, R, X, Y, setfetz, resetfe)	\
Y                 358 include/math-emu/op-2.h     _j240 = (double)(long)(Y##_f0 & 0xffffff);					\
Y                 360 include/math-emu/op-2.h     _i240 = (double)(long)((Y##_f0 >> 24) & 0xffffff);				\
Y                 362 include/math-emu/op-2.h     _h240 = (double)(long)(((Y##_f1 << 16) & 0xffffff) | (Y##_f0 >> 48));	\
Y                 364 include/math-emu/op-2.h     _g240 = (double)(long)((Y##_f1 >> 8) & 0xffffff);				\
Y                 366 include/math-emu/op-2.h     _f240 = (double)(long)(Y##_f1 >> 32);					\
Y                 423 include/math-emu/op-2.h #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y)				\
Y                 426 include/math-emu/op-2.h     if (_FP_FRAC_GT_2(X, Y))						\
Y                 442 include/math-emu/op-2.h     _FP_FRAC_SLL_2(Y, _FP_WFRACXBITS_##fs);				\
Y                 444 include/math-emu/op-2.h     udiv_qrnnd(R##_f1, _r_f1, _n_f2, _n_f1, Y##_f1);			\
Y                 445 include/math-emu/op-2.h     umul_ppmm(_m_f1, _m_f0, R##_f1, Y##_f0);				\
Y                 450 include/math-emu/op-2.h 	_FP_FRAC_ADD_2(_r, Y, _r);					\
Y                 451 include/math-emu/op-2.h 	if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r))		\
Y                 454 include/math-emu/op-2.h 	    _FP_FRAC_ADD_2(_r, Y, _r);					\
Y                 459 include/math-emu/op-2.h     if (_r_f1 == Y##_f1)						\
Y                 472 include/math-emu/op-2.h 	udiv_qrnnd(R##_f0, _r_f1, _r_f1, _r_f0, Y##_f1);		\
Y                 473 include/math-emu/op-2.h 	umul_ppmm(_m_f1, _m_f0, R##_f0, Y##_f0);			\
Y                 478 include/math-emu/op-2.h 	    _FP_FRAC_ADD_2(_r, Y, _r);					\
Y                 479 include/math-emu/op-2.h 	    if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r))		\
Y                 482 include/math-emu/op-2.h 		_FP_FRAC_ADD_2(_r, Y, _r);				\
Y                 491 include/math-emu/op-2.h #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y)					\
Y                 494 include/math-emu/op-2.h     _y[0] = Y##_f0; _y[1] = Y##_f1;					\
Y                 496 include/math-emu/op-2.h     if (_FP_FRAC_GT_2(X, Y))						\
Y                 111 include/math-emu/op-4.h #define _FP_FRAC_ADD_4(R,X,Y)						\
Y                 114 include/math-emu/op-4.h 		  Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
Y                 116 include/math-emu/op-4.h #define _FP_FRAC_SUB_4(R,X,Y)						\
Y                 119 include/math-emu/op-4.h 		  Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
Y                 121 include/math-emu/op-4.h #define _FP_FRAC_DEC_4(X,Y)						\
Y                 123 include/math-emu/op-4.h 		  Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0])
Y                 137 include/math-emu/op-4.h #define _FP_FRAC_EQ_4(X,Y)				\
Y                 138 include/math-emu/op-4.h  (X##_f[0] == Y##_f[0] && X##_f[1] == Y##_f[1]		\
Y                 139 include/math-emu/op-4.h   && X##_f[2] == Y##_f[2] && X##_f[3] == Y##_f[3])
Y                 141 include/math-emu/op-4.h #define _FP_FRAC_GT_4(X,Y)				\
Y                 142 include/math-emu/op-4.h  (X##_f[3] > Y##_f[3] ||				\
Y                 143 include/math-emu/op-4.h   (X##_f[3] == Y##_f[3] && (X##_f[2] > Y##_f[2] ||	\
Y                 144 include/math-emu/op-4.h    (X##_f[2] == Y##_f[2] && (X##_f[1] > Y##_f[1] ||	\
Y                 145 include/math-emu/op-4.h     (X##_f[1] == Y##_f[1] && X##_f[0] > Y##_f[0])	\
Y                 150 include/math-emu/op-4.h #define _FP_FRAC_GE_4(X,Y)				\
Y                 151 include/math-emu/op-4.h  (X##_f[3] > Y##_f[3] ||				\
Y                 152 include/math-emu/op-4.h   (X##_f[3] == Y##_f[3] && (X##_f[2] > Y##_f[2] ||	\
Y                 153 include/math-emu/op-4.h    (X##_f[2] == Y##_f[2] && (X##_f[1] > Y##_f[1] ||	\
Y                 154 include/math-emu/op-4.h     (X##_f[1] == Y##_f[1] && X##_f[0] >= Y##_f[0])	\
Y                 239 include/math-emu/op-4.h #define _FP_MUL_MEAT_4_wide(wfracbits, R, X, Y, doit)			    \
Y                 244 include/math-emu/op-4.h     doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \
Y                 245 include/math-emu/op-4.h     doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]);				    \
Y                 246 include/math-emu/op-4.h     doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]);				    \
Y                 247 include/math-emu/op-4.h     doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]);				    \
Y                 248 include/math-emu/op-4.h     doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]);				    \
Y                 249 include/math-emu/op-4.h     doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]);				    \
Y                 268 include/math-emu/op-4.h     doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]);				    \
Y                 269 include/math-emu/op-4.h     doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]);				    \
Y                 270 include/math-emu/op-4.h     doit(_d_f1, _d_f0, X##_f[1], Y##_f[2]);				    \
Y                 271 include/math-emu/op-4.h     doit(_e_f1, _e_f0, X##_f[2], Y##_f[1]);				    \
Y                 287 include/math-emu/op-4.h     doit(_b_f1, _b_f0, X##_f[2], Y##_f[2]);				    \
Y                 288 include/math-emu/op-4.h     doit(_c_f1, _c_f0, X##_f[1], Y##_f[3]);				    \
Y                 289 include/math-emu/op-4.h     doit(_d_f1, _d_f0, X##_f[3], Y##_f[1]);				    \
Y                 290 include/math-emu/op-4.h     doit(_e_f1, _e_f0, X##_f[2], Y##_f[3]);				    \
Y                 291 include/math-emu/op-4.h     doit(_f_f1, _f_f0, X##_f[3], Y##_f[2]);				    \
Y                 310 include/math-emu/op-4.h     doit(_b_f1, _b_f0, X##_f[3], Y##_f[3]);				    \
Y                 323 include/math-emu/op-4.h #define _FP_MUL_MEAT_4_gmp(wfracbits, R, X, Y)				    \
Y                 355 include/math-emu/op-4.h #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y)				    \
Y                 360 include/math-emu/op-4.h     if (_FP_FRAC_GT_4(X, Y))						    \
Y                 370 include/math-emu/op-4.h     _FP_FRAC_SLL_4(Y, _FP_WFRACXBITS_##fs);				    \
Y                 374 include/math-emu/op-4.h         if (X##_f[3] == Y##_f[3])					    \
Y                 384 include/math-emu/op-4.h 			    Y##_f[2], Y##_f[1], Y##_f[0], 0,		    \
Y                 386 include/math-emu/op-4.h             _FP_FRAC_SUB_4(X, Y, X);					    \
Y                 387 include/math-emu/op-4.h             if (X##_f[3] > Y##_f[3])					    \
Y                 390 include/math-emu/op-4.h                 _FP_FRAC_ADD_4(X, Y, X);				    \
Y                 395 include/math-emu/op-4.h             udiv_qrnnd(R##_f[_i], X##_f[3], X##_f[3], X##_f[2], Y##_f[3]);  \
Y                 397 include/math-emu/op-4.h 			  R##_f[_i], Y##_f[2], Y##_f[1], Y##_f[0]);	    \
Y                 404 include/math-emu/op-4.h                 _FP_FRAC_ADD_4(X, Y, X);				    \
Y                 405 include/math-emu/op-4.h                 if (_FP_FRAC_GE_4(X, Y) && _FP_FRAC_GT_4(_m, X))	    \
Y                 408 include/math-emu/op-4.h 		    _FP_FRAC_ADD_4(X, Y, X);				    \
Y                 229 include/math-emu/op-common.h #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP)				     \
Y                 231 include/math-emu/op-common.h   switch (_FP_CLS_COMBINE(X##_c, Y##_c))				     \
Y                 236 include/math-emu/op-common.h       _FP_I_TYPE diff = X##_e - Y##_e;					     \
Y                 245 include/math-emu/op-common.h 	  R##_e = Y##_e;						     \
Y                 252 include/math-emu/op-common.h 	        _FP_FRAC_SRS_##wc(Y, diff, _FP_WFRACBITS_##fs);		     \
Y                 253 include/math-emu/op-common.h 	      else if (!_FP_FRAC_ZEROP_##wc(Y))				     \
Y                 254 include/math-emu/op-common.h 	        _FP_FRAC_SET_##wc(Y, _FP_MINFRAC_##wc);			     \
Y                 261 include/math-emu/op-common.h       if (X##_s == Y##_s)						     \
Y                 264 include/math-emu/op-common.h 	  _FP_FRAC_ADD_##wc(R, X, Y);					     \
Y                 274 include/math-emu/op-common.h 	  _FP_FRAC_SUB_##wc(R, X, Y);					     \
Y                 279 include/math-emu/op-common.h 		R##_s |= Y##_s;						     \
Y                 281 include/math-emu/op-common.h 		R##_s &= Y##_s;						     \
Y                 288 include/math-emu/op-common.h 		  _FP_FRAC_SUB_##wc(R, Y, X);				     \
Y                 289 include/math-emu/op-common.h 		  R##_s = Y##_s;					     \
Y                 306 include/math-emu/op-common.h     _FP_CHOOSENAN(fs, wc, R, X, Y, OP);					     \
Y                 321 include/math-emu/op-common.h     R##_e = Y##_e;							     \
Y                 326 include/math-emu/op-common.h     _FP_FRAC_COPY_##wc(R, Y);						     \
Y                 327 include/math-emu/op-common.h     R##_s = Y##_s;							     \
Y                 328 include/math-emu/op-common.h     R##_c = Y##_c;							     \
Y                 332 include/math-emu/op-common.h     if (X##_s != Y##_s)							     \
Y                 351 include/math-emu/op-common.h     R##_s = Y##_s;							     \
Y                 358 include/math-emu/op-common.h       R##_s = X##_s | Y##_s;						     \
Y                 360 include/math-emu/op-common.h       R##_s = X##_s & Y##_s;						     \
Y                 369 include/math-emu/op-common.h #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+')
Y                 370 include/math-emu/op-common.h #define _FP_SUB(fs, wc, R, X, Y)					     \
Y                 372 include/math-emu/op-common.h     if (Y##_c != FP_CLS_NAN) Y##_s ^= 1;				     \
Y                 373 include/math-emu/op-common.h     _FP_ADD_INTERNAL(fs, wc, R, X, Y, '-');				     \
Y                 395 include/math-emu/op-common.h #define _FP_MUL(fs, wc, R, X, Y)			\
Y                 397 include/math-emu/op-common.h   R##_s = X##_s ^ Y##_s;				\
Y                 398 include/math-emu/op-common.h   switch (_FP_CLS_COMBINE(X##_c, Y##_c))		\
Y                 402 include/math-emu/op-common.h     R##_e = X##_e + Y##_e + 1;				\
Y                 404 include/math-emu/op-common.h     _FP_MUL_MEAT_##fs(R,X,Y);				\
Y                 413 include/math-emu/op-common.h     _FP_CHOOSENAN(fs, wc, R, X, Y, '*');		\
Y                 433 include/math-emu/op-common.h     R##_s = Y##_s;					\
Y                 438 include/math-emu/op-common.h     _FP_FRAC_COPY_##wc(R, Y);				\
Y                 439 include/math-emu/op-common.h     R##_c = Y##_c;					\
Y                 460 include/math-emu/op-common.h #define _FP_DIV(fs, wc, R, X, Y)			\
Y                 462 include/math-emu/op-common.h   R##_s = X##_s ^ Y##_s;				\
Y                 463 include/math-emu/op-common.h   switch (_FP_CLS_COMBINE(X##_c, Y##_c))		\
Y                 467 include/math-emu/op-common.h     R##_e = X##_e - Y##_e;				\
Y                 469 include/math-emu/op-common.h     _FP_DIV_MEAT_##fs(R,X,Y);				\
Y                 473 include/math-emu/op-common.h     _FP_CHOOSENAN(fs, wc, R, X, Y, '/');		\
Y                 487 include/math-emu/op-common.h     R##_s = Y##_s;					\
Y                 488 include/math-emu/op-common.h     _FP_FRAC_COPY_##wc(R, Y);				\
Y                 489 include/math-emu/op-common.h     R##_c = Y##_c;					\
Y                 531 include/math-emu/op-common.h #define _FP_CMP(fs, wc, ret, X, Y, un)					\
Y                 535 include/math-emu/op-common.h 	|| (Y##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(Y)))	\
Y                 545 include/math-emu/op-common.h 	__is_zero_y = (!Y##_e && _FP_FRAC_ZEROP_##wc(Y)) ? 1 : 0;	\
Y                 550 include/math-emu/op-common.h 		ret = Y##_s ? 1 : -1;					\
Y                 553 include/math-emu/op-common.h 	else if (X##_s != Y##_s)					\
Y                 555 include/math-emu/op-common.h 	else if (X##_e > Y##_e)						\
Y                 557 include/math-emu/op-common.h 	else if (X##_e < Y##_e)						\
Y                 559 include/math-emu/op-common.h 	else if (_FP_FRAC_GT_##wc(X, Y))				\
Y                 561 include/math-emu/op-common.h 	else if (_FP_FRAC_GT_##wc(Y, X))				\
Y                 571 include/math-emu/op-common.h #define _FP_CMP_EQ(fs, wc, ret, X, Y)					  \
Y                 575 include/math-emu/op-common.h 	|| (Y##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(Y)))	  \
Y                 581 include/math-emu/op-common.h 	ret = !(X##_e == Y##_e						  \
Y                 582 include/math-emu/op-common.h 		&& _FP_FRAC_EQ_##wc(X, Y)				  \
Y                 583 include/math-emu/op-common.h 		&& (X##_s == Y##_s || !X##_e && _FP_FRAC_ZEROP_##wc(X))); \
Y                 116 include/math-emu/quad.h #define FP_ADD_Q(R,X,Y)			_FP_ADD(Q,4,R,X,Y)
Y                 117 include/math-emu/quad.h #define FP_SUB_Q(R,X,Y)			_FP_SUB(Q,4,R,X,Y)
Y                 118 include/math-emu/quad.h #define FP_MUL_Q(R,X,Y)			_FP_MUL(Q,4,R,X,Y)
Y                 119 include/math-emu/quad.h #define FP_DIV_Q(R,X,Y)			_FP_DIV(Q,4,R,X,Y)
Y                 123 include/math-emu/quad.h #define FP_CMP_Q(r,X,Y,un)	_FP_CMP(Q,4,r,X,Y,un)
Y                 124 include/math-emu/quad.h #define FP_CMP_EQ_Q(r,X,Y)	_FP_CMP_EQ(Q,4,r,X,Y)
Y                 189 include/math-emu/quad.h #define FP_ADD_Q(R,X,Y)			_FP_ADD(Q,2,R,X,Y)
Y                 190 include/math-emu/quad.h #define FP_SUB_Q(R,X,Y)			_FP_SUB(Q,2,R,X,Y)
Y                 191 include/math-emu/quad.h #define FP_MUL_Q(R,X,Y)			_FP_MUL(Q,2,R,X,Y)
Y                 192 include/math-emu/quad.h #define FP_DIV_Q(R,X,Y)			_FP_DIV(Q,2,R,X,Y)
Y                 196 include/math-emu/quad.h #define FP_CMP_Q(r,X,Y,un)	_FP_CMP(Q,2,r,X,Y,un)
Y                 197 include/math-emu/quad.h #define FP_CMP_EQ_Q(r,X,Y)	_FP_CMP_EQ(Q,2,r,X,Y)
Y                  99 include/math-emu/single.h #define FP_ADD_S(R,X,Y)			_FP_ADD(S,1,R,X,Y)
Y                 100 include/math-emu/single.h #define FP_SUB_S(R,X,Y)			_FP_SUB(S,1,R,X,Y)
Y                 101 include/math-emu/single.h #define FP_MUL_S(R,X,Y)			_FP_MUL(S,1,R,X,Y)
Y                 102 include/math-emu/single.h #define FP_DIV_S(R,X,Y)			_FP_DIV(S,1,R,X,Y)
Y                 106 include/math-emu/single.h #define FP_CMP_S(r,X,Y,un)	_FP_CMP(S,1,r,X,Y,un)
Y                 107 include/math-emu/single.h #define FP_CMP_EQ_S(r,X,Y)	_FP_CMP_EQ(S,1,r,X,Y)
Y                  93 include/net/dst.h #define __DST_METRICS_PTR(Y)	\
Y                  94 include/net/dst.h 	((u32 *)((Y) & ~DST_METRICS_FLAGS))
Y                  17 include/uapi/linux/const.h #define _AC(X,Y)	X
Y                  20 include/uapi/linux/const.h #define __AC(X,Y)	(X##Y)
Y                  21 include/uapi/linux/const.h #define _AC(X,Y)	__AC(X,Y)
Y                  69 include/video/sstfb.h #  define print_var(X,Y...)
Y                1596 kernel/bpf/core.c #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y)
Y                1597 kernel/bpf/core.c #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y)
Y                1598 kernel/bpf/core.c #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y)
Y                1599 kernel/bpf/core.c #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y)
Y                1600 kernel/bpf/core.c #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y)
Y                 150 lib/locking-selftest.c INIT_CLASS_FUNC(Y)
Y                  81 lib/zstd/fse_compress.c #define FSE_CAT(X, Y) X##Y
Y                  82 lib/zstd/fse_compress.c #define FSE_FUNCTION_NAME(X, Y) FSE_CAT(X, Y)
Y                  83 lib/zstd/fse_compress.c #define FSE_TYPE_NAME(X, Y) FSE_CAT(X, Y)
Y                  89 lib/zstd/fse_decompress.c #define FSE_CAT(X, Y) X##Y
Y                  90 lib/zstd/fse_decompress.c #define FSE_FUNCTION_NAME(X, Y) FSE_CAT(X, Y)
Y                  91 lib/zstd/fse_decompress.c #define FSE_TYPE_NAME(X, Y) FSE_CAT(X, Y)
Y                  19 mm/percpu-stats.c #define P(X, Y) \
Y                  20 mm/percpu-stats.c 	seq_printf(m, "  %-20s: %12lld\n", X, (long long int)Y)
Y                1261 net/rxrpc/ar-internal.h #define ASSERTCMP(X, OP, Y)						\
Y                1264 net/rxrpc/ar-internal.h 	__typeof__(Y) _y = (__typeof__(X))(Y);				\
Y                1281 net/rxrpc/ar-internal.h #define ASSERTIFCMP(C, X, OP, Y)					\
Y                1284 net/rxrpc/ar-internal.h 	__typeof__(Y) _y = (__typeof__(X))(Y);				\
Y                1299 net/rxrpc/ar-internal.h #define ASSERTCMP(X, OP, Y)			\
Y                1307 net/rxrpc/ar-internal.h #define ASSERTIFCMP(C, X, OP, Y)		\
Y                  44 security/apparmor/include/path.h #define EVAL2(FN, A, X, Y...)	\
Y                  45 security/apparmor/include/path.h 	do { ASSIGN(FN, A, X, 1);  EVAL1(FN, A, Y); } while (0)
Y                  62 security/apparmor/include/path.h #define __put_buffers(X, Y...) ((void)&(X))
Y                  70 security/apparmor/include/path.h #define put_buffers(X, Y...)		\
Y                  72 security/apparmor/include/path.h 	__put_buffers(X, Y);		\
Y                  31 security/apparmor/policy_unpack.c #define VERSION_LT(X, Y) (((X) & K_ABI_MASK) < ((Y) & K_ABI_MASK))
Y                  32 security/apparmor/policy_unpack.c #define VERSION_GT(X, Y) (((X) & K_ABI_MASK) > ((Y) & K_ABI_MASK))
Y                  17 tools/include/uapi/linux/const.h #define _AC(X,Y)	X
Y                  20 tools/include/uapi/linux/const.h #define __AC(X,Y)	(X##Y)
Y                  21 tools/include/uapi/linux/const.h #define _AC(X,Y)	__AC(X,Y)
Y                 115 tools/perf/builtin-timechart.c 	int		Y;
Y                1052 tools/perf/builtin-timechart.c 					if (c->Y && c->start_time <= we->time && c->end_time >= we->time) {
Y                1054 tools/perf/builtin-timechart.c 							from = c->Y;
Y                1058 tools/perf/builtin-timechart.c 							to = c->Y;
Y                1067 tools/perf/builtin-timechart.c 						from = c->Y;
Y                1071 tools/perf/builtin-timechart.c 						to = c->Y;
Y                1139 tools/perf/builtin-timechart.c 	int Y = 1;
Y                1146 tools/perf/builtin-timechart.c 				c->Y = 0;
Y                1151 tools/perf/builtin-timechart.c 			svg_box(Y, c->start_time, c->end_time, "process3");
Y                1164 tools/perf/builtin-timechart.c 					svg_fbox(Y,
Y                1173 tools/perf/builtin-timechart.c 					svg_fbox(Y,
Y                1182 tools/perf/builtin-timechart.c 					svg_ubox(Y,
Y                1191 tools/perf/builtin-timechart.c 					svg_lbox(Y,
Y                1200 tools/perf/builtin-timechart.c 					svg_ubox(Y,
Y                1209 tools/perf/builtin-timechart.c 					svg_lbox(Y,
Y                1236 tools/perf/builtin-timechart.c 			svg_text(Y, c->start_time, comm);
Y                1238 tools/perf/builtin-timechart.c 			c->Y = Y;
Y                1239 tools/perf/builtin-timechart.c 			Y++;
Y                1251 tools/perf/builtin-timechart.c 	int Y = 0;
Y                1253 tools/perf/builtin-timechart.c 	Y = 2 * tchart->numcpus + 2;
Y                1260 tools/perf/builtin-timechart.c 				c->Y = 0;
Y                1265 tools/perf/builtin-timechart.c 			svg_box(Y, c->start_time, c->end_time, "process");
Y                1269 tools/perf/builtin-timechart.c 					svg_running(Y, sample->cpu,
Y                1274 tools/perf/builtin-timechart.c 					svg_blocked(Y, sample->cpu,
Y                1279 tools/perf/builtin-timechart.c 					svg_waiting(Y, sample->cpu,
Y                1293 tools/perf/builtin-timechart.c 				svg_text(Y, c->start_time, comm);
Y                1295 tools/perf/builtin-timechart.c 			c->Y = Y;
Y                1296 tools/perf/builtin-timechart.c 			Y++;
Y                  65 tools/testing/selftests/bpf/progs/btf_dump_test_case_namespacing.c 	union Y y;
Y                  68 tools/testing/selftests/bpf/progs/btf_dump_test_case_namespacing.c 	Y yy;